• Resolved Adam @ WPCrafter

    (@wpcrafter)


    With the GeneratePress theme, I created my header, it looks great in the beaver builder editor, but save my changes and look at my site, the header is contained, not full width. Is there a CSS fix for this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nikhil Chavan

    (@nikschavan)

    do note that even after this CSS you will have to set the row width as ‘full width’ (https://goo.gl/CdGG5C) to make this fully full width.

    I am not forcing full width for the header the plugin as there might be some users who want boxed layout of generatepress.

    ~ Nik

    Plugin Author Nikhil Chavan

    (@nikschavan)

    Hey WPCrafter,

    You can add this custom CSS –

    .dhf-template-generatepress.dhf-header .site-header .inside-header {
    max-width: 100%;
    }

    I am also adding this CSS to the plugin so that users others don’t have to do this ??

    ~ Nik

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full width header with GeneratePress….’ is closed to new replies.