• Resolved KimCheeZZ

    (@kimcheezz)


    Thanks for such an amazing plugin!

    Currently I am using the Grid widget to display my portfolio, however, I am unable to centre the list of filters on the page. The filter is now aligned to right. Is there anyway to change this behavior?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    I am assuming you do not need the heading for the grid (since the right position is the natural position if there is a heading on the left). You can use the following Custom CSS to center the filter. The plugin options lets you provide custom css.

    .lsow-portfolio-wrap .lsow-taxonomy-filter {
        float: none;
    }
    
    .lsow-portfolio-wrap .lsow-portfolio-header {
        text-align: center;
    }
Viewing 1 replies (of 1 total)

The topic ‘Grif widget centered filter’ is closed to new replies.