Always Open : Fullwidth Issue

We are attempting to do full-width items (like a map) but it gives padding to the left and appears to go under the menu. Is it possible to use full-width on the Always Open header?

Comments

  • Hi,

    this is how VC plugin works unfortunately. This plugin does not take any other settings into account and the only way to remove those padding is custom css:
    .header-creative.header-open .vc_row[data-vc-full-width] { padding-left: 0 !important; }
    .header-creative .vc_row[data-vc-full-width] { padding-left: 0 !important; }
Sign In or Register to comment.