Have 1 footer widget, the width of the entire page in Twentyeleven
-
Hi
I want to have 1 footer widget in my Twentyeleven child theme that is the width of the entire page, and then I want the text I add to be centered.
My link is https://www.route32.be/demaeyer/What I’ve done now, is add my text in the 2nd footer area widget. But as you can see, the width is limited and consequently the text is cut off where it should not be cut off.
This is what I tried but I didn’t see any changes as a result of this:
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
float: left;
margin-right: 3.7%;
width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
margin-right: 0;
}/* Three Footer Widget Areas */
#supplementary.three .widget-area {
float: left;
margin-right: 3.7%;
width: 90%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
margin-right: 0;
}Any other workaround that gets me this result is also good of course. Making 1 large footer area widget is the poetry that came to me.
Thanks!
Leila
- The topic ‘Have 1 footer widget, the width of the entire page in Twentyeleven’ is closed to new replies.