Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #220608

    Hello,

    Thanks for the great theme.

    On my website I have extra padding/space on places I prefer to have less white space.

    I hope you can help me asap.

    Thanks!!

    • This topic was modified 10 years, 2 months ago by Lisan87.
    #220613
    This reply has been marked as private.
    #220632

    Hey!

    Can you point out the sections? You can add following code to Quick CSS in Enfold theme options under Styling tab to decrease the height of HR elements and adjust as needed

    .hr { height: 25px!important; }

    Cheers!
    Yigit

    #220667

    The sections are:
    * Page over ons: before “het team”
    * Page training: before the iconlist, before “operatie megabite”, before the tabs, before the buttons
    * Page events: before the iconlist, before “operatie megabite”, before the tabs, before the buttons

    I tried the code, but it didn’t work out.

    #220798

    Hey!

    Please add this on Quick CSS or custom.css:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Cheers!
    Ismael

    #220855

    Hey Ismael,

    Tried it in the quick css. And it doesn’t work.
    Do you know something else?

    Thanks!

    Lisanne

    #220863

    You can find the login credentials above.

    #220874

    Hello!

    Is there someone who can help me with this issue?
    You can even login at the site to take a look what will or won’t work.

    Thanks!!

    Lisanne

    #221136

    Hey!

    Please use this instead:

    .hr {
    height: 25px;
    line-height: 25px;
    margin: 0;
    }
    
    body .column-top-margin {
    margin-top: 10px;
    }

    That should decrease the gaps between elements.

    Cheers!
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Erasing padding/space in general lay-out’ is closed to new replies.