Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (max-width: 690px) {
.container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
max-width: 300px !important;
}
}
Hello ThemeNectar
Can you help me to adjust the width of the page in the mobile version. I couldn't find the way.
Especially in the mobile version.
I attach the examples:
Current: EIMG_1.jpg
Example: EIMG_2.jpg
Attached files: EIMG_1.jpg
EIMG_2.jpg
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Funciona perfectamente !
Thanks for your help.