Lined up widgets
-
Hi, I would like to move one of the widgets in the footer next to the one above. Basically I have 5 widgets in total and I would like them all lined up in the same line.
Thank youThe blog I need help with is: (visible only to logged in users)
-
Hi there, add this to your custom CSS. It makes your footer widget area 5 across on screens/windows 992px and wider. Below that it reverts to the original design of two columns. If we try and keep 5 across below 992px, the widgets get really narrow and hard to use.
@media screen and (min-width: 992px) { .one-fourth { width: 20%; } .grid .column.one-fourth:nth-of-type(4n+1) { clear: none; } } -
-
- The topic ‘Lined up widgets’ is closed to new replies.