Okay
  Public Ticket #2649749
Changing the order of comments and related posts
Closed

Comments

  •  2
    Saliant started the conversation

    Hi can i change the order of the comment section and the related posts?


    5634061533.png


  •  8,849
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •   Saliant replied privately
  •  8,849
    Tahir replied

    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):

    .single .container.main-content> .row:last-child {
        display: flex;
        flex-direction: column;
    }
    .single .related-post-wrap[data-using-post-pagination="false"] {
        order: 1;
    }
    body.single-post.material[data-bg-header="true"] .container-wrap {
        padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Saliant replied

    that worked like a charm. Thank you :)