Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1041294

    Hi, is it possible to align the logo on the left site of the screen. So that it makes no matter if it s an laptop screen with 15inches or a big screen with 24 inches.
    I have tried many different forum css entries, but nothing really worked.

    Actual i use this code
    .logo a {
    float: left;
    z-index: 9999;
    }

    and icnrease the container size to 1610 px of the site. Is it possible to do the logo alignment laso vor an 24 inches screen without to raise the container size?

    Or is it neccessary to increase the template size over 2000 to 2500 px?

    Thanks in advance
    Regards
    Andreas

    #1041407

    Hey Amselus,

    Best regards,
    Victoria

    #1047584

    ? I am sorry – what was th3 solution here??

    #1048507

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header .container.av-logo-container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    Hope it helps.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.