I'm trying to center the content of the full width sidebar in the footer and get rid of the padding... I actually succeeded in reducing the padding of the actual widget in that sidebar - #sb_fullwidth .content-pad .widget-pad {float: none; margin: 0 auto; padding: 0px 0px 0px 0px;} - but the rest doesn't work... What am I doing wrong?
How To Center Content Of Full Width Sidebar
Started by
winemonkey
, Nov 04 2012 08:51 PM
sidebar format
4 replies to this topic
#1
Posted 04 November 2012 - 08:51 PM
#2
Posted 04 November 2012 - 09:01 PM
I fixed the padding issue #footer .content-pad { padding: 0px 0px 0px 0px; } Now I just need to figure out the centering of the content
#3
Posted 04 November 2012 - 09:46 PM
First, let me point out that you can save some typing by replacing
Try this:
with padding: 0; You never need to include px after a zero value (but you do after something like 10).padding: 0px 0px 0px 0px;
Try this:
#4
Posted 05 November 2012 - 05:18 PM
No, that doesn't work. It actually brings it even more to the left. I'm looking for a solution that will also work in a responsive design.
#5
Posted 08 November 2012 - 04:00 AM
Try this
Also tagged with one or more of these keywords: sidebar, format
PageLines Framework →
Customizations →
Custom LayoutStarted by sonaros , 15 May 2013 |
|
|
||
SidebarStarted by thk0418 , 09 May 2013 |
|
|
||
General →
Ideas and Feedback →
Individual Blog Post Pages need customized sidebarStarted by lemonstripe , 17 Apr 2013 |
|
|
||
Adding border messes up sidebar positionStarted by greatgreen , 16 Apr 2013 |
|
|
||
PageLines Framework →
Customizations →
Customizing Full Width SidebarStarted by itsjoelcas , 29 Mar 2013 |
|
|











