Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #3396018
padding on mobile
Closed

Comments

  • Matthew started the conversation

    Hi

    have a few rows where the padding is set to -200px so that the column contents overlap. However how do I remove this padding when the page is displayed on mobile? I have tried all the responsive settings etc and it made no difference, thanks

  •  7,280
    Oliver replied

    Hi,

    please provide wp-admin access and make few screenshots where did you added it 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,280
    Oliver replied

    Add any class to the text box, for example mobile-margin and this CSS code:

    @media screen and (max-width: 767px) {
    .mobile-margin .thegem-vc-text {
        margin-right: 0 !important;
    }
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver