Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1044300

    In my site there is a gap (white space) between the header (with a full page logo) and the content. There is a way to reduce this gap?

    #1044727

    Hey Roberto,

    Please try the following in Quick CSS under Enfold->General Styling:

    .template-page {
      padding-top: 0;
    }

    Best regards,
    Rikard

    #1198610

    Hi guys,

    The code above works a treat, but can I also reduce the left and right margin?
    Adding the following has no effect:
    padding-left: 0;
    padding-right: 0;

    Regards,

    Frits

    #1198698

    Hi fren,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1198787
    This reply has been marked as private.
    #1198876

    Hi fren,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.home .content .entry-content-wrapper {
      padding: 0px;
    }
    

    If this is not how you need it, could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1199020

    Thx Victoria,

    This works for the homepage, but not for the page layout in general. I have marked the white space I would like to reduce in the picture (link below in private and a link to the corresponding page).

    The code above works for the top-padding, but not for left and right. Just changing to “padding” in stead of “padding-top” doesn’t do the trick either.

    Thx in advance.

    Regards,

    Frits

    #1199449

    Hi Frits,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .content .entry-content-wrapper {
      padding: 0px;
    }
    .responsive .container {
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
    .inner_sidebar {
        margin-left: 0px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1199818

    Thank you very much! Seems to work nicely.

    Is there a tutorial or manual somewhere, where I can find the function, meaning and hierarchy of these containers?

    Regards,

    Frits

    #1200067

    Hi Frits,

    We don’t have any documentation like that unfortunately, but we’ll be happy to answer your questions here on the support forum.

    Best regards,
    Rikard

    #1200074

    Thank you, Victoria & Rikard, for your support!

    #1200391

    Hi Frits,

    I’m glad that we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.