Okay
  Public Ticket #1443351
Remove certain elements from Mobile Viewing
Closed

Comments

  • cyberfyber started the conversation

    How can I remove the following elements at the bottom of posts from being viewed in mobile?

    - You may also like section

    - Previous / Next Post

    - Share Button

    I like having them on the desktop viewing but need the mobile to be as lean as possible. 

    Thanks

  •  8,470
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   cyberfyber replied privately
  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please use this css

    @media only screen and (max-width: 690px){
    .ascend .blog-recent.related-posts { display:none!important; }
    .ascend .related-post-wrap h3.related-title { display:none!important; }
    .nectar-social-sharing-fixed.visible { display:none!important; }
    .blog_next_prev_buttons.wpb_row.vc_row-fluid.standard_section { 
        display:none!important; 
        }
    }

    hope this helps,

    Regards