Hello All,

I'm new to Drupal and am needing a bit of assistance.

I have numerous rectangles going up and down my page (Vertical), and I can't figure out how to get rid of them.

You can see what I'm talking about here.

Thanks in advance.

Comments

leahtard’s picture

It sounds like Bourbon Neat's visual grid has been turned on. In the theme, go to sass/_config.sass. Change "$visual-grid: true" to "$visual-grid: false".

TribalMan’s picture

I changed the visual grid setting but it does not seem to take effect. I have not been using SASS. Do I need to re-compile the theme with SASS?

leahtard’s picture

You are correct. Yes, you would have to have SASS watching for changes for the CSS to update.

If you have no intention in using SASS you can manually update this in the CSS files. Open up css/layout.css and delete lines 7 - 45. Just one caution!!! If you decide to use SASS after you have made these CSS-only updates, your edits will be overridden the first time SASS recompiles.

Cheers, Leah

lil.destro’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)
yngens2’s picture

Turns out you also need to remove lines 187-273 in style.css.