Horizontal padding on mobile single post page

Hi,

I'm trying but through CSS I can't remove the horizontal padding that is in the individual pages of the blog. Can anyone tell me how to change it?

https://divima.net/strategie-di-content-marketing-come-creare-contenuti-coinvolgenti-e-di-valore/


Comments

  • Hi,

    Please use the following CSS code:

    @media only screen and (max-width: 767px){
     .single-post .content_wrapper .section_wrapper{
       padding: 0!important;
     }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.