Site margin gone on most elements

Hi,

Since updating the theme margin on mobile view is gone for most elements on the site. Action bar is also gone on mobile.

Can you please help with this?

https://www.metal-revolution.com/

Attached is the image of how it's supposed to look like.


Comments

  • Hi,

    1) Please go to Betheme -> Theme options -> Responsive -> General, and check if you do not have padding disabled on mobile.

    2) Use this code:

    @media only screen and (max-width: 767px) {
     .mobile-header-mini #Action_bar {
       display: block!important;
     }
    }
    

    Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • That did a trick. Thank you so much for your help.

    There is another issue which occurred after the update, but it has to do with sharing of content on Facebook. Should I post a new topic in regards to that or do I just explain it here?

  • It would be better to create a new topic with an explanation of your problem, screenshots, and a link to your website.


    Best regards

Sign In or Register to comment.