Home › Forums › Jevelin Theme › Landscape mode on cell phone
Home › Forums › Jevelin Theme › Landscape mode on cell phone
If someone uses the landscape mode on their phone, the four services offered in the “what we do” section get misaligned. Is there a fix?
Hi @vincen72,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Yes, see private field.
Solution for this topic
You can resolve 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: 992px){ #services .wpb_column:nth-child(2n+1) { clear: both; } }
Thanks! This worked.
You are most welcome here 🙂
One more. How do I widen the footer in landscape mode on a cell phone? My email address and social media icons are currently wrapping in this mode.
To achieve this, you have to adjust the column width of email address and social media icons column.
Thanks!
You are always welcome here 🙂