Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter IAS UMN

    (@ias-umn)

    I see this is caused by line breaks between the filters. In Firebug I removed the breaks and the filters displayed inline, how I wanted. But I am unsure how to effect this change on the page itself. Some code in functions.php?

    
    <div class="-filters ">
    <a class="-filter active" rel="*" href="#">All</a>
    <a id="filter-4867" class="-filter" rel="identity" href="https://ias.umn.edu/portfolio-filter/identity/">Identity</a>
    <br>
    <a id="filter-4868" class="-filter" rel="bullying" href="https://ias.umn.edu/portfolio-filter/bullying/">Bullying</a>
    <br>
    <a id="filter-4866" class="-filter" rel="body-image" href="https://ias.umn.edu/portfolio-filter/body-image/">Body Image</a>
    </div>
    
    • This reply was modified 8 years, 5 months ago by IAS UMN.
    Thread Starter IAS UMN

    (@ias-umn)

    I solved this by adding

    br {display:none;}
    

    to the page’s CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filters don’t display inline’ is closed to new replies.