[Resolved] Lighweight Grid Columns

Home Forums Support [Resolved] Lighweight Grid Columns

Home Forums Support Lighweight Grid Columns

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1236932
    Oisin

    Hi,

    I’m having a slight layout issue on tablets and mobiles using Lightweight Grid Columns plugin.

    I’m using this shortcode:

    [lgc_column grid=”10″ tablet_grid=”0″ mobile_grid=”0″]
    [/lgc_column]

    [lgc_column grid=”80″ tablet_grid=”100″ mobile_grid=”100”]
    Lorem Ipsum Dolor Sit
    [/lgc_column]

    [lgc_column grid=”10″ tablet_grid=”0″ mobile_grid=”0″ last=”true”]
    [/lgc_column]

    But when I view the page on mobile or tablet there is lots of white space at the very top and bottom.

    You can see what I mean here: http://www.freshoffice.ie/1634-2/.

    How can I solve this?

    Thank you.

    #1236936
    Oisin

    As soon as I posted this I seem to have fixed it.

    There was some CSS that was adding the extra space.:

    .lgc-column {
    padding: 10px;
    }

    #1237081
    David
    Staff
    Customer Support

    Glad to hear you found the solution

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