Shop Categories

X

Footer Widget into Two Colums

Home Forums Agama Pro Footer Widget into Two Colums

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17854
    Avi Pal
    Participant

    How to make only Footer Widget #2 to display pages links into two columns, because its a long list of pages.

    https://drive.google.com/file/d/1Hyy1xfICt7mkwwqDufkxKxLK0OH9ioJH/view?usp=sharing

    #17855
    Zex
    Moderator

    Hello, eductronics!

    Try to go with the next code:

    #pages-7 ul{
        column-count: 2;
      column-gap: 30px;
    }

    or, if you want to add the line between the columns use the next code instead:

    #pages-7 ul{
      column-count: 2;
      column-gap: 30px;
      column-rule: 1px solid #ffaa00;
    }

    Regards

    #17857
    Avi Pal
    Participant

    Thanks for your light-speed reply…..

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