Okay
  Public Ticket #381404
Logo questions
Closed

Comments

  • Red IXN started the conversation

    I have two questions regarding the placing of the logo on the header.

    Is there a way to center the logo? Because even if I choose "Center" when uploading it it is aligned to the left of the page.

    The way the logo is centered right now, I had to trick the PNG by making the image slightly wider on the left side. Is there a way to just upload a logo and have it be centered on the header? The problem right now is that if I open the website on a small browser window or a cellphone you can see that the logo is skewded to the right because of the extra space on the left hand side of the PNG.

    And the second question, is there a way to have the logo change depending on the category I'm in? For exampe, if I click on HiTOKEN, can I have the logo change to another PNG file? I guess it can be done, but it's quite a bit difficult. Have you thought of adding this option on another update?

    Thanks

  •  93
    djwd replied

    HI there,

    1. There not a design option to have the logo centered, it's meant to stay on the left. It would need some Custom CSS to accomplish. You could add some padding instead of editing the png image, something like:

    #logo img {padding-left: 60px;}

    But yet the responsive view will need some adjustments.

    2. Well it can be done but it would require several personal customizations to template files. I don't think this will be added as an option as the site branding should be consistent throughout the site, but I might re-consider this if I receive more requests.

    Regards
    djwd

    Regards
    djwd

  • Red IXN replied

    Thanks for the help! :D