Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #716359

    Hey Guys, is it possible to have the product categorys in 2 rows in the footer?

    Like this http://preview.yithemes.com/socute/

    #717565

    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

    #717815

    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.

    #718086

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.