Okay
  Public Ticket #1195103
Styling of logo
Closed

Comments

  • Jeroen van den Heuvel started the conversation

    I want a rather large clickable logo, At the moment I have altered the background pic so that it looks a bit like I need. So the logo box needs to go to the left corner of the screen and needs to be bigger. Please explain how I do this thanks.

  •  2,010
    Ocean replied

    Hello,

    Please import all demo content for your website: 

    Thank you

  • Jeroen van den Heuvel replied

    I did that. My logo is now at the top of the site as logo. I want to increase the size. 

  •  2,010
    Ocean replied

    Hi,

    you can add css code

    go to archi option/styling oprion/CSS Code

    .header div#logo a img {

    max-width: your width;

    max-hieght: your height;

    }

  • Jeroen van den Heuvel replied

    If I do this:

    .header div #logo a img {

    max-width: 500px;

    max-height: 500px;

    }

    Nothing changes

    If I do this:

    .header div #logo a img {

    max-width: 150%;

    max-height: 150%;

    }

    Nothing changes

    So how do I get a larger logo

  •  2,010
    Ocean replied

    Hi,

    do you want to logo large when scrool page?

    you can send me screenshot about ithis issue.

  • Jeroen van den Heuvel replied

    No I just want to be able to make it larger on my page. Now its a bit small and I want it a bit larger. 

  •  2,010
    Ocean replied

    Hello,

    It will break your header layout, I recommended you to use logo size default of Archi theme.

    Thank you