• Resolved infotrailexplorerscouk

    (@infotrailexplorerscouk)


    Is it possible to split the brands widget into two separate columns as I have a few brands and as you will see in the footer the Brands list is very long.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi infotrailexplorerscouk.

    You can do it using some basic CSS rules, something like this:

    
    .widget_pwb_list_widget li{
      width: 50%;
      float: left;
    }
    

    ??

Viewing 1 replies (of 1 total)
  • The topic ‘Splitting Brands Widget to two columns’ is closed to new replies.