• Resolved lykkelille

    (@lykkelille)


    I would like to have a fixed size (width) for all screen sizes, that does not scale after window side. How do i do this?

    Thank you ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Author!

    I’m afraid this can’t be easily done. Author is coded to be responsive, so it adapts to the screen sizes. Converting it to a fixed width would require rewriting a lot of that code.

    Thread Starter lykkelille

    (@lykkelille)

    Thanks for the quick response! I guess i just have to leave as it is. Another question: my page looks weird on tablets like ipad, any way to make this theme more tablet-friendly?

    https://www.lillestoremeg.no

    Theme Author Ben Sibley

    (@bensibley)

    Sure, try the following CSS:

    @media all and (max-width: 950px) {
    
      .logo {
        float: left;
        max-height: 78px;
        margin-right: 12px;
      }
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    That should help resize the logo and reposition the tagline, so they fit better in the header.

    Thread Starter lykkelille

    (@lykkelille)

    Thank you!! Can you help out with one more thing? lillestoremeg.no <– how do i get the “before content” link bigger? The “Samleside for nyhetsartikler” ?? Thanks!

    Theme Author Ben Sibley

    (@bensibley)

    Answered via email ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘(Theme: Author) Stop flexible sized header sidebar’ is closed to new replies.