Change two column-design to one column in the baskerville theme
-
I just changed to the baskerville theme and I love it except for the two column-design. I tried changing it to one column in dashboard –> screen options, but the option isn’t there at all. Does anyone know how I can do this? Do I have to change it in the CSS? In case, how?
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Screen options is only for the dashboard editor.
The following CSS will make things into one column.
.post-container { width: 100%; position: inherit !important; left: 0 !important; }
- The topic ‘Change two column-design to one column in the baskerville theme’ is closed to new replies.