• Resolved anquadros

    (@anquadros)


    Hey there!

    I’ve downloaded the theme from onepagelove. Great stuff, thanks for sharing!

    One question: is there any simple way of removing the bottom margin/padding? Anything I could quickly tweak in the css for example?

    Thanks in advance!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rob Hope

    (@robdelete)

    Hi ?nderson – thanks for the kind words:)

    If you are referring to the area below:
    cheers for dropping by! have a goat on me
    A css fix is easy enough. Open up the Customizer, head to Additional CSS, then paste in this code:

    @media (max-width: 800px ) {
    .split-content > div:first-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;		
    }
    }

    It’s worth mentioning this whole text block is centered vertically on bigger screens, only on tablet and mobile will this CSS tweaks will make sense.

    I hope that’s what you were after, let me know!

    Thread Starter anquadros

    (@anquadros)

    Hey! Thank you for such a quick reply! Very appreciated.

    Best,

    ?Q

    Plugin Author Rob Hope

    (@robdelete)

    My pleasure!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the bottom margin/padding?’ is closed to new replies.