1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Making lists like this in WP?

Discussion in 'WordPress' started by CCASS71, Oct 17, 2019.

  1. #1
    I want to add a service area to my site and have each town linked.
    However, I can't seem to find the best way to do this. Tried using Columns but the formatting doesn't give me desired results.

    Thanks in advanced
     

    Attached Files:

    CCASS71, Oct 17, 2019 IP
  2. hdewantara

    hdewantara Well-Known Member

    Messages:
    536
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    #2
    Maybe by editing it as HTML?
    Add a class to this list container e.g. class="list-columns"
    Then in Dashboard / Appearance / Customize, click Additional CSS and add following lines (click Publish afterwards):
    .list-columns {
       list-style: none;
       columns: 4;
    }
    Code (CSS):
     
    Last edited: Oct 17, 2019
    hdewantara, Oct 17, 2019 IP
  3. CCASS71

    CCASS71 Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Thank you for advice. Much appreciated!
     
    CCASS71, Oct 19, 2019 IP
  4. hdewantara

    hdewantara Well-Known Member

    Messages:
    536
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    #4
    ;)
     
    hdewantara, Oct 19, 2019 IP