• — problem of white vertical bar space(~15px wide) on each side of customify-container, between it and the page background image. whereas the headerMast area is wider, and fits perfectly to the background image, with no space between.
    If I set this custom css: .customify-container {padding: 0 0 ;}
    then the .customify-container widen and covers the empty space but now is TOO wide, going about 15px wider than the headmast. Whatever other numbers I try, such as 10, 5 or even 0.3 have no effect at all.

    Thanks so much for all help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please go to Appearance -> Customize -> Layouts -> Global -> Site layout: Framed -> Remove Site frame margin top and bottom.

    See my screenshot https://cl.ly/7923f10e5156

    Regards.

    • This reply was modified 4 years, 6 months ago by longnguyen.

    Hi!
    I have the exact same problem, and unfortunately the solution provided by Long Nguyen did not work. These white spaces are at the sides of the customify container, but the margins settings in the site layout are set to “auto” on the left and right and cannot be changed.

    Page where I have this problem (only on computer, not mobile devices):

    https://svenskamedflyt.com/kapitel-1/

    Edit:
    I managed to fix it on my page by using this css:

    .customify-container {padding-left: 15px; padding-right: 15px;}

    Regards,

    Erik

    Thread Starter oakleaf101

    (@oakleaf101)

    Yes, unfortunately the solution by Long Nguyen did not work for me either. But the custom css fix by Eric does work. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem of white vertical space on side of customify-container’ is closed to new replies.