Right Side Bar adjustment
-
Hi,
I have the following problem:
Whenever there are no widgets assigned to the sidebar the archive, categories and calendar widget seem to be shown as default, eventhough I created no widgets. I turned them off with the css code:
.widget_calendar {
display: none;
}
.widget_archive {
display: none;
}
.widget_categories {
display: none;
}This works fine, but leaves the spot where the sidebar is empty. The main content is cropped to the left side of the screen. How can I use the full width of the screen without any sidebar widgets?
Thanks in advance.
Best,
StephanThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.