Shop Categories

X

"Pages" footer widget into 2 colums

Home Forums Agama Pro "Pages" footer widget into 2 colums

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13000
    bytesit
    Participant

    How can i put the “Pages” footer widget into 2 columns?

    #13008
    Zex
    Moderator

    Hello, bytesit!

    Try to insert the following code into Customizing->General->Additional CSS:

    .widget_pages ul{
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px;
    }

    Regards

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