Okay
  Public Ticket #1475821
Related Post doesn't work
Closed

Comments

  • Albert started the conversation

    Hi everybody,

    The Related Posts on bottom of this page are not clickable, can you help me please?

    Plus, i would like to get rid of the last grey section (i don't know what is since i can't find on backend). See attachment


    Thank you


  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    article.post .content-inner {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    .single-post .main-content .row {
        padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Albert replied

    Thank you Tahir,

    it worked for the grey box at the bottom of the page, but the main problem is still there: The Related Posts on bottom of this page are not clickable.

    Any help please?


    Al

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .blog-recent[data-style*="classic_enhanced"] .inner-wrap a.img-link {
        display: block;
        z-index: 999999;
        position: relative;
    }

    Thanks


    ThemeNectar Support Team 

  • Albert replied

    Thank you very much Tahir.


    5 star support!