Home Forums Pro Themes Travel Gem Pro spacing

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #112180
    Monika Chumbley
    Participant

    Hi,
    I have one page where there is a bit of white space, where there shouldn’t be any, you can see it here: https://121personaltraining.com/private-yoga/
    there is white space between the header and services section.

    Settings are like on two other pages where it isn’t showing: https://121personaltraining.com/personal-training/ Or maybe I missed something? Padding and margins on top are set to zero, both in row and for widget.
    How to remove this white space, please?
    Thanks

    #112192
    wensolutions
    Keymaster

    Hello,

    To remove white space between the header and services section, please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    .page-id-2399 #content{
      padding-top: 0px;
    }
    
    .page-id-30 #content{
      padding-top: 0px;
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

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