Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #693339

    We are trying to reduce the spacing between the two content pictured in the private section, we added a -30 whitespace but it isnt working, we flush the cache too but no luck still, any idea ?

    #693342

    Hi kilimats!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #performance-reports .av-special-heading-h2 {
        margin-top: 0!important;
    }

    Regards,
    Yigit

    #693344

    worked ! thanks, what does that do exactly? will this bug be fixed int he next version?

    #693345

    Hi,

    This is not a bug actually. Special heading element has top margin and the code i posted removes it in your section.

    Best regards,
    Yigit

    #693352

    i see, how does it know to target only that element from that code? confused, or is it applied to all special heading we add going fwd, that wouldnt work for us if so

    #693357

    Hi!

    Because in selector i used the unique ID of your color section “performance-reports” :)
    I am marking this thread as resolved for now. If you have any other questions or issues, please feel free to start a new thread!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘negative padding not working on one section of a page’ is closed to new replies.