Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #986364

    Hi

    I am trying to remove some of the padding in certain items. On this page the title Our Network and the following tabs

    I have set padding to None wherever possible but not managed to remove the spaces like so…

    http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/padding.png

    thanks

    #986447

    Hey smoothbob,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #av_section_4 {
        margin-bottom: -15px;
    }
    
    .home #av-tab-section-1 .av-tab-section-tab-title-container.avia-tab-title-padding-default {
        padding-top: 0;
        margin-bottom: -7px;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #986531

    perfect, sorted thanks!

    #986562

    Hi,

    I’m glad you got this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Item padding’ is closed to new replies.