Home › Forums › Jevelin Theme › Change Column Width on Mobile
Home › Forums › Jevelin Theme › Change Column Width on Mobile
Hi,
On my homepage, I have a section with three columns (one 1/2 and two 1/4). In the 1/2 I have a title and in the 1/4 I have a ‘Team Member’ element set up (I’ve attached a basic graph below to try and explain what I mean!). In a mobile view, it is showing the team members before the title, however, I want to be able to switch these. I read your last article on how to do this with two columns, however how would the spacing function work for this?
Thanks,
Alex
Hi Alex,
I hope you are well today and thank you for your question.
To achieve this please display the columns in a sequence 3 1 2 on web and then share me the page URL from your site where it is displaying so that i can provide you the CSS code to achieve it.
Best regards,
Shufflehound team
Hi,
That’s the changes been made. You should find the URL below.
Thanks,
Alex
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){ .sh-section-5306fc7278fe49b8d8ce80fe2b481857 .sh-column-76be823e0f9a175724dc8c73e9445646 { float: right; } }
Hi,
Perfect, that worked great, thank you!
Alex
You are most welcome here 🙂