• Resolved iidnew

    (@iidnew)


    Hi there,

    I am looking to reduce the padding beneath the heading and before the featured image in the content section on this website (all pages) : https://www.thephotographersdaughter.net .

    See Image for visual:

    Is there an option I’m not seeing? Or perhaps a CSS code that would do the trick?

    Thanks!

    • This topic was modified 7 years, 7 months ago by iidnew.
    • This topic was modified 7 years, 7 months ago by iidnew.
Viewing 1 replies (of 1 total)
  • Hello @iidnew,

    Here is the CSS you need to reduce that spacing ??

    @media (min-width: 993px) {
    
        .ast-separate-container #primary, 
        .ast-separate-container.ast-left-sidebar #primary, 
        .ast-separate-container.ast-right-sidebar #primary,
        .ast-separate-container.ast-two-container.ast-right-sidebar #secondary {
            margin: 0em 0;
        }
        
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Reduce padding height’ is closed to new replies.