How to reduce space in Features only in mobile version?

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support How to reduce space in Features only in mobile version?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16068
    yingyosl
    Member

    My website in desktop version looks fine; however when I look at my website in mobile version, there is space between image and text in Feature (as shown in attached photos). How can I reduce this space in Feature but only in mobile version?

    Also, I am curious whether I can use font other then those provided by the theme.

    Many Thanks

    #16091
    Veena
    Moderator

    Pls use the below custom CSS –

    @media only screen and (max-width: 767px){
    #app-features .feature img {
        margin-bottom: 0;
    }}
    

    Pls check this post – http://support.livemeshthemes.com/faqs/install-custom-fonts/
    Hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.