Sidebar padding
-
Having given my sidebar a background color, I needed to move all titles, icons, widget text and any other content away from the left and right edges of the container. The code I used did the job perfectly – but it also changed the margins in my FP and footer widget areas, causing havoc:
/* Widget area padding */ .widget-area { margin-left: 5%; margin-right: 5%; }
Could anyone please tell me how I can exempt the other parts of my page from this code? I tried using padding-left/right instead but it had no effect on my sidebar.
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sidebar padding’ is closed to new replies.