Topic Resolution: Resolved
  • Closed
  • Carlos Rodrigues
    Spectator
    June 23, 2015 at 7:33 pm #18454

    Hi there again, what should I do to achieve a 100% width header (with the logo on far left side) as in theme4press site? Im using 100% width on my home page but the logo remains in position similar to fullwidth or boxed format.

    Denzel Chia
    Moderator
    Posts: 2656
    June 24, 2015 at 5:22 am #18461

    Hi,

    If you are referring to our demo site. http://demo.theme4press.com/alora/
    It is using Theme Options -> Header -> Header Content Options -> select the second header
    That is not 100% width.

    You can use the following in Theme Options -> Custom CSS

    #header .alora-row {
    max-width: 100% !important;
    }

    95% would be better.

    Thanks!
    Denzel

    Carlos Rodrigues
    Spectator
    Posts: 2
    June 24, 2015 at 7:46 pm #18497

    Excellent, works fine! tks a lot.