Home › Forums › Gillion Theme › Blog Posts Basic
Home › Forums › Gillion Theme › Blog Posts Basic
Hi,
How to achieve the blog posts basic masonry style without any radius?
Best regards,
Jürgen
Hi Jürgen,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
It‘s on the landing page https://www.beyond-cre.com. If it‘s possible I will achieve the same on the drop down menu and Blog posts left/right.
Best regards,
Jürgen
I don’t see manory style blog posts basic on your shared site so could you please share me the screenshot of it so that I can help you?
Sorry. Now it’s working again.
Glad it’s working fine for you now.
No. We misunderstood. I meant the landing page with the manory style blog posts basic is working again. Still achieving the posts without radius.
As said above, I don’t see masonry style blog posts basic on your shared site so could you please share me the screenshot of it so that I can help you?
Those are displaying in the grid style and not masonry.
Also, I don’t see any radius on it that you want to remove as shown in the attached screenshot.
Please advise.
True. I tried and achieved it by myself. To be frank it took me long. But you can help me to achieve the same – no radius – at the drop down menu.
Best regards,
Jürgen
Solution for this topic
But you can help me to achieve the same – no radius – at the drop down menu.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav > .menu-item > .sub-menu { border-radius: 0 !important; }
Does work. Thank you.
Best regards,
Jürgen
Sorry, to come back. But how to achieve the same on the mobile and responsive drop down menu?
The mobile and responsive drop down menu is displaying fine as shown in the attached screenshot.
Please advise.
Solution for this topic
Please use below custom CSS code to achieve the same on mobile.
#page-container .sh-header-mobile-dropdown { border-radius: 0 !important; }
Does work. Thank you.
You are most welcome here 🙂