badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How to reduce left and right margins on mobile devices?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #69844
    CHANG WAN
    Participant

    http://dreamillust.com/zerozero_wp/
    I added code using custom css.
    Mobile media query size is applied.
    However, the left and right margins are still not modified on mobile screens.
    This is a difficult problem for me, lacking html knowledge.
    Help!

    #69968

    Hi there,

    Just use below custom CSS code to adjust the left and right margins.

    @media only screen and (max-width: 767px)
        .container {
            width: 90%;
            max-width: none;
        }
    }

    Please increase/decrease above digit value 90 according to your needs.

    Thank you!

    #69974
    CHANG WAN
    Participant

    Wow!! Thank you. Problem solved.

    #69979

    Welcome anytime @dreamillust
    If you have any problem do not hesitate to contact us.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.