Home › Forums › Jevelin Theme › Mobile View
Home › Forums › Jevelin Theme › Mobile View
I’m using the Finance template. How do I move the text box up or reduce the size of the picture so when you go to my site you do not have to scroll down to see the text box?
Hi @vincen72,
I hope you are well today and thank you for your question.
I visited your shared website but not sure exactly which text box and picture you are referring to so could you please share the screenshot of it?
Best regards,
Shufflehound team
See attached. Under mobile view, I want to move the box with text starting with “Seeking a single business…” up a lot.
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: 320px){
#page-container .vc_row.wpb_row.vc_row-fluid.vc_custom_1601266124891.vc_row_1345642984 {
min-height: 50vh !important;
}
}Thanks for your response, but the code you provided didn’t help. Any other thoughts?
It seems the row ID is getting changed so please try using below custom CSS code instead of above.
@media (max-width: 320px){
#page-container .vc_row.wpb_row.vc_row-fluid.vc_custom_1601266124891 {
min-height: 50vh !important;
}
}Still no luck. Any other options?
It seems the number vc_custom_1601266124891 is getting changed.
Could you please add an ID to the row displayed at the top of your website containing the image?
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.