The Post Grid issue

Hello!
I am using a Wordpress plugin called The Post Grid to display my posts on a page using the isotope layout. Unfortunately the filter categories display on the right instead of above the posts. Is there anyway to fix that?

Cheers!

Hello There,

Thanks for writing in! I have looked for your site url associated with your license. Regretfully I wasn’t able to check it since it is under construction mode. Would you mind providing us the url of your site with login credentials so we can take a closer look and fix the issue?

To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Thank you.

Thank you for your reply!

Hello @blog42,

Thanks for updating the thread and sharing the details. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.option-set {
    position: unset !important;
    width: 100%;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you very much! Now it works perfectly :blush:

I really appreciate your support - you are going above and beyond what I expected.

There is one more thing I noticed: on small screens, there is still an issue with the layout, see attached image.

Can you please tell me how I can fix that?

Thanks!

Please change the code provided to this:

.option-set {
    position: relative !important;
    width: 100%;
    height: auto !important;
}

Followed correctly, this should be the result:

Please note that this issue was not caused by the theme. It’s the third party (The Post Grid) plugin’s design and we have customized it for you which is not a part of our support service. Please see our Terms.

With that said, issues arising from the solution given in this thread and further enhancements should be forwarded to the plugin developer or a third party developer.

The option-set class is also used in the theme so if you’re going to use the native blog and portfolio features in the theme, that CSS would affect it. Please remember this.

Thank you for understanding.

Thanks a lot - yes, this was clearly outside the scope of support, so I really appreciate the extra help.

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.