I was using the sticky content sections as pinned sticky content element on Salient Theme 17.0.1 and it was breaking my mobile viewport, leaving a lot of space on the right hand side and making it possible to scroll sideways on mobile. Please see myaffiliates.growthgurus.info. I updated the theme but it still has not fixed the problem. I also disabled the page transitions but it still did not fix the problem. Ive also deleted all custom css and still the problem persists. Please can you find a solution as I need to launch this site ASAP. Ive added screenshots of the problem but please have a look at the page.
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
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) {
html body, html body.compensate-for-scrollbar {
overflow: hidden !important;
}
}
I was using the sticky content sections as pinned sticky content element on Salient Theme 17.0.1 and it was breaking my mobile viewport, leaving a lot of space on the right hand side and making it possible to scroll sideways on mobile. Please see myaffiliates.growthgurus.info. I updated the theme but it still has not fixed the problem. I also disabled the page transitions but it still did not fix the problem. Ive also deleted all custom css and still the problem persists. Please can you find a solution as I need to launch this site ASAP. Ive added screenshots of the problem but please have a look at the page.
Attached files: Screenshot 2024-11-09 at 12.31.51 PM.png
Screenshot 2024-11-09 at 12.31.30 PM.png
Hey jcal0023 ,
Thanks for reaching out! .
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Best,
ThemeNectar Support Team
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