Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jeremy2805

    (@jeremy2805)

    I managed to distribute them evenly using CSS, so no need to pursue.

    I’m having the same issue, care to share that CSS?

    Thread Starter jeremy2805

    (@jeremy2805)

    I think this is all of it…

    #bottom-sidebar .social-icons-widget ul {
        text-align: justify;
        padding-left: none;
        margin-bottom: 0px;
    }
    #bottom-sidebar .social-icons-widget ul:after {
        content: '';
        display: inline-block;
        width: 100%;
    }
    #bottom-sidebar .social-icons-widget ul:before {
        content: '';
        display: block;
        margin-top: -1.25em;
    }
    #bottom-sidebar .social-icons-widget li {
        color: #fff;
        display: inline-block;
        font: 1em/1.5 sans-serif;
        margin-right: -.25em;
        padding: .75em .5em;
        position: relative;
        float: none;
        border-top: none;
    }

    Thanks Jeremy, I’ll try that out

    I just tried it, no luck.

    Any other ideas?

    Thanks.

    Thread Starter jeremy2805

    (@jeremy2805)

    Sorry for the delay. The site’s just gone live so maybe have a look and see if you can spot what I did differently.

    https://www.filmandfurniture.co.uk

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Distribute horizontally’ is closed to new replies.