Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #265319

    Ciao,
    I need center the text in “sort_width_container” in portfolio and add the word “Filter:”
    site:
    http://www.italmac-usa.com/products/machining-centres/#top

    can you help me?

    #265430

    Hey dpiassociati!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.all_sort_button.active_sort:before {
    content: 'Filter: ';
    }
    #js_sort_items {
    padding-left: 35%;
    }

    you may need to adjust the padding value to center it perfectly

    Best regards,
    Yigit

    #265446

    Perfect!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Filter Bar in porfolio’ is closed to new replies.