Footer: Widget size and localisation
-
Hi there,
I am trying to change the size of the three widgets on my footer.
Plus, I would appreciate to have something more symmetrical.
I tried to find some info on the net, but nothing was really helpful.
Can someone give me a hand?
KR,
Maud
The blog I need help with is: (visible only to logged in users)
-
Hi there, the footer in Luxury is designed to have 5 widgets. We can adjust the width of the widgets so that the three will have equal space with the following custom CSS.
.footer-widgets .widget { width: 33%; }Due to the varied nature of the content on the three widgets, they will look sort of asymmetrical. We could use the following instead, which makes the contact widget 50% wide and the other two 25% wide.
#widget_contact_info-5 { width: 50%; } #text-6, #nav_menu-5 { width: 25%; } -
-
- The topic ‘Footer: Widget size and localisation’ is closed to new replies.