CSS Update for Middle Column
-
I know nothing’s been done on this for a couple of years, but I’ve started using it to simplify more interesting post layouts.
However I spotted an issue in that the middle column (potentially every second column, but I’ve not needed 4 columns for anything yet) – that middle column’s content was narrower because of the padding. It was overstated by 20px, 10px on the left and 10px on the right.
I have amended my own CSS because I don’t think this is likely to get a response, but posting it to help others who may come across this plugin.
/* FJ update to fix weird middle column stuff*/ .gdc_cthird:nth-of-type(2) .gdc_inner{ padding:0 10px; }
In reality this should be tested on quarter also, as that’s the only other one where a “middle” column will be generated.
Hope this helps!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS Update for Middle Column’ is closed to new replies.