widen footer siderbar
-
Hi :) In my footer are three “footer sidebars”. Is there a way to have only one in use, and have the text in the sentence stretch across the full width of the page, instead of wrapping mid-sentence?
idea- Can I remove two footer sidebars so I have one wide one?
or- Can I widen the left sidebar, and make the other two so narrow that their presence is negligible?
The blog I need help with is: (visible only to logged in users)
-
Hi there, we can hide the second and third footer widget areas and you can use the first one for your footer widget content with the following CSS.
#tertiary .second, #tertiary .third { display: none; } #tertiary .first { width: 100%; } -
Excellent! :) Is there a code for reducing some of the padding on the bottom and top of the footer? I didn’t put any title, just the sentence. I’ve been experimenting, no luck yet :)
-
Super. There is some padding and also a bottom margin on the widget content itself. Give the following a try and see what you think.
#tertiary { padding-bottom: 12px; padding-top: 12px; } #tertiary #text-405150456 { margin-bottom: 0; } -
-
-
- The topic ‘widen footer siderbar’ is closed to new replies.