Home › Forums › Jevelin Theme › Responsive problem
Home › Forums › Jevelin Theme › Responsive problem
This is my first problem i found on your theme, i will show in photos, on your optimization pictures go one under one but i need pictures in 2 rows, is that possible?
I made it but it’s not mobile friendly, is there any way to edit css to make this?
Hi @amarkovac,
I hope you are well today and thank you for your question.
We can achieve this developing custom CSS code.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Evogweb.com
Its up how it need to look, but i cant set it to look optimized when mobile landscape. I achived that with setting margines, and its hard
Bottom is how your theme response them, its ok but i need in two rows.
Solution for this topic
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
@media (max-width: 800px){ body.home .sh-section-f8388c167bed80ead0a13966e82fd571 .sh-column { width: 48%; float: left; } }
It work, thank you π
You are most welcome here π