Tagged: footer
Hey Guys, is it possible to have the product categorys in 2 rows in the footer?
Like this http://preview.yithemes.com/socute/
Hi Angelo!
Thank you for using Enfold.
How did you setup your footer widget? And how many category items are you planning to display in the footer? Please provide a link to the page so that we can inspect it.
Cheers!
Ismael
right now i have this http://angelo.test-ufirst.nl/. maybe 10 so you have 2 rows of 5. My client is really goin up n down by what she wants. But for beeing sure I want to know how it works, so if she chooses for havin2rows with categories. than I know how to fix it.
Hi,
There is no category widget in the footer when I checked the link. Please add the widget so that we can inspect it. You can use the css nth child selector to select the items after the fifth one.
// https://css-tricks.com/almanac/selectors/n/nth-child/
Example.
.widget li:nth-child(n+5) {
/* style here */
}
Best regards,
Ismael