Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #271709

    Hi, I just wonder how to decrease the white space in the left and right side of the mobile layout, as the space there is just too much.

    And another question is: is there any way to disable the easyslide for the mobile view?

    Thanks in advance!

    #271712

    Hey hsie!

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

    @media only screen and (max-width: 480px) {
    .responsive .container {
    width: 90%; }
    .avia-slideshow {
    display: none; }}

    Regards,
    Yigit

    #271719
    This reply has been marked as private.
    #271730

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .content { padding-bottom: 10px; }}

    Regards,
    Yigit

    #271795

    thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to decrease the white space for mobile layout?’ is closed to new replies.