• Resolved meghany

    (@meghany)


    When I use the shortcodes on a “full width” page, the spacing on the columns is off (the columns are skewed to the left side of the page rather than evenly divided among the full width of the page)…

    When I change the page style to the “default template” offered by my theme, the columns appear to be normal (The default template has a side bar which I do not want).

    Does anyone have any advice on how I can make the columns work properly with a full length page?

    Here is a link to the page: https://handsfreeandski.com/by-yost/store-locator

Viewing 1 replies (of 1 total)
  • Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    I think this has nothing to do with our plugin.
    When I look at the source of your page, it looks like the content of your page is not full width at all. The reason is that the #content div in your page is floated and so are our columns.

    The only way to fix your problem is to change the CSS for your full width template.
    You could try to add your own css for your theme. This should do the trick.

    #main.full #content {
    width: 100%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Column alignment off with full width page’ is closed to new replies.