Home › Forums › Jevelin Theme › Mobile version
Home › Forums › Jevelin Theme › Mobile version
How can change picture before text. Its only for mobile side version.
Desktop is okey.
Solution for this topic
Hi @toms_bubble,
Thank you for your question.
You can achieve that by developing custom CSS code as shared in the below topics.
https://support.shufflehound.com/forums/topic/change-order-of-stacked-columns-on-mobile-devices/
https://support.shufflehound.com/forums/topic/change-order-of-columns-on-mobile/#post-4625
Best regards,
Shufflehound team
I done:
(-Pic) (—Text—-)
(-Pic) (—Text—-)
(-Pic) (—Text—-)
(-Pic) (—Text—-)
And I need for computer mode like this:
(—Text—-)(-Pic)
(-Pic-)(—Text—)
(—Text—-)(-Pic)
(-Pic-)(—Text—)
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 (min-width: 800px){ #page-container .sh-column-d32d97cab8f915b28e13ed91f3a5e43d, #page-container .sh-column-72435af3b01131384d9ab34e6766f0b9 { float: right; } }
Thanks!
works perfect
You are most welcome here 🙂