Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Beth,

    Thanks for posting!

    Most of the space is actually coming from the theme you’re using. You can set the margin of the module the slider is in to 0, then add the CSS snippet below.

    #content, 
    #content .entry-content {
      padding-top: 0;
    }
    .fl-module.fl-node-57cde680668a0 p {
      margin: 0;
    }

    You’ll probably have to edit the rest of the margins as well. ??

    Hope this helps!

    Edit: You can add the snippet under Tools > Layout CSS/JS > CSS.

    Ben

    • This reply was modified 8 years, 6 months ago by Ben Carlo.
    Thread Starter bethplummer

    (@bethplummer)

    Hi @hinampaksh
    I still can’t get this look right in mobile. I added the code.

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @bethplummer,

    The module’s margin is still set to 20px. You can change that under Module Settings > Advanced > Margins. Check the screenshot below for reference. ??

    View post on imgur.com

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Too much space on mobile site’ is closed to new replies.