• Resolved toagutu

    (@toagutu)


    Hello

    How can i set no margins on Single Post mobile view ?
    For example Featured image has no margins but text does!

    Can u help me please

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author themeansar

    (@themeansar)

    Hi Toagutu,

    Thanks for contacting us,

    For this please share your website URL and also indicate screenshot image which issue are you face ?

    Thanks

    Thread Starter toagutu

    (@toagutu)

    Hi

    Thanks for the fast reply

    Here is a screenshot:
    https://ibb.co/pxgX4q7

    web site is vocentar.com

    So i wanna set text on post to be with 0 margins.. od left and right side

    Thanks

    Theme Author themeansar

    (@themeansar)

    Hi Toagutu,

    For this add the below css code in additional css filed (Theme Dashboard >> appearance >> customize)

    @media only screen and (max-width: 480px) and (min-width: 320px){
    
    .mg-blog-post-box .small.single
    {
    	padding: 6px !important;
    }
    
    }

    Change padding according to your need.

    Thanks

    Thread Starter toagutu

    (@toagutu)

    Yes that’s it … Thank you very much !

    • This reply was modified 4 years, 9 months ago by toagutu.
    Theme Author themeansar

    (@themeansar)

    Hi toagutu.

    Glad to know it worked for you.We would really appreciate,

    if you could provide us a review here:

    https://www.ads-software.com/support/theme/newsup/reviews/#new-post

    If you have any more questions, feel free to ask again!

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can i set no margins on Single Post mobile view’ is closed to new replies.