Home › Forums › Gillion Theme › Homepage Columns Setting
Home › Forums › Gillion Theme › Homepage Columns Setting
Hi
I am using the clean layout that comes with 3 columns on the ‘home clean’ page. I want to try with 2 columns and cannot see any obvious way of changing it.
I’m not using WooCommerce
Could you advise please.
Many thanks
Paul
Hi Paul,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s displaying so that I can help you?
Best regards,
Shufflehound team
Hi
Thanks for getting back to me.
My site is set up on a localhost area on my laptop right now
If you can look to your demo site – https://gillion.shufflehound.com/clean/
All I would like to try is to reduce the 3 columns under the header of that page to just two to see if that is desirable for my client.
Kind regards
Paul
All I would like to try is to reduce the 3 columns under the header of that page to just two to see if that is desirable for my client.
There isn’t any theme option to achieve this.
You can try achieving this using the Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Solution for this topic
Hi
Thanks for the update. It led me to take a closer look and I found it using the Chrome page inspector. Pop this into the Custom Code CSS field on the theme settings…
.blog-style-masonry article {
width: 50% /*33.3%*/;
}
I’ve commented out the original 33.3% setting
Note: I’m using the masonry layout – there is a CSS setting for card, grid and so on
Many thanks
Awesome great to see you got that achieved.
Please advise if you have more questions.
Have a fantastic day!