Topic Resolution: Resolved
  • Closed
  • Carlos Rodrigues
    Spectator
    23.06.2015 at 19:33 #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
    24.06.2015 at 05:22 #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
    24.06.2015 at 19:46 #18497

    Excellent, works fine! tks a lot.