Okay
  Public Ticket #2638694
Recent posts module
Closed

Comments

  •  30
    damien started the conversation

    There is a white gap below the "Recent posts" module on the above link that we cant seem to remove. Is it possible to remove this so that the bottom of the module has no white space?


    Thanks

    Damien

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .post .content-inner {
        padding-bottom: 0px !important;
    }
    .row {
        padding-block: 0px !important;
    }
    body.single-post[data-bg-header="true"] .container-wrap {
        padding-top: 0px!important;
        padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  30
    damien replied

    brilliant, works perfect, thanks Tahir