making a collum larger
-
how do i make the main collum in my chronical bigger. i only want three collums so i have the featured one off
The blog I need help with is: (visible only to logged in users)
-
Hi!
I’d like to help but I require some additional information. Are you interested in making the center column of your page larger? If so, you could make it larger with some Custom Style Sheets (CSS) coding, though, CSS coding requires a Premium Upgrade:
.main .main-post-list { box-sizing: border-box; float: left; width: 58%; padding: 0px 15px; min-height: 1px; }You can only make the main column bigger to a point, after which it pushes the other columns out of alignment.
-
-
The columns on either side of your main column are your widgets. If there are widgets you do not want you should delete them or move them to your footer. You can delete widgets by going to your Appearance–>Widgets, selecting the widget, and then deleting it. Once you have adjusted your widgets you can use the code above and it should make your main column error bigger adjusting the % in
width: 58%;
as needed. -
- The topic ‘making a collum larger’ is closed to new replies.