Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #583321

    Hello,
    How can I remove right and left gaps from mobile theme?
    I tried solutions provided here but no luck.

    #583324

    Merhabalar!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
    }}

    If that does not help, please post a screenshot and show the changes you would like to make.

    Regards,
    Yigit

    #583802

    Merhaba,
    Thanks a lot Yiğit,
    It worked for the posts, but not for the posts slider.

    #584242

    so,
    I mean how can i do this with posts slider? :)

    • This reply was modified 8 years, 9 months ago by tanssu.
    #584263

    Merhabalar!

    Code i posted should have worked for all containers. Can you please post a screenshot of your item and link to your page?

    Cheers!
    Yigit

    #584295

    MErhaba,
    I added to the private sec

    #584577

    Merhabalar

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .avia-content-slider .slide-image, .avia-content-slider .slide-image img { width: 96%; }}

    Cheers!
    Yigit

    • This reply was modified 8 years, 9 months ago by Yigit.
    #584595

    Thanks a lot, that worked.
    Regards

    #584600

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Gaps in mobile theme’ is closed to new replies.