Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #709130

    I try to center PORTFOLIO GRID SORTING but do not work

    #js_sort_items {text-align:center!important;}

    #709326

    Hey unicaweb,

    Try also adding this code:

    #js_sort_items a {
        display: inline-block !important;
        float: none !important;
    }
    
    span.text-sep {
        float: none !important;
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    #709416

    Do not work Nikko

    #709517

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .sort_by_cat {
        display:inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    

    Best regards,
    Vinay

    #709883
    #709887

    Hey!

    They show up fine on my end, attached a screenshot in private content field.

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

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