Archived topic
Problem in mobile volume theme
3 replies · Started by Alief on July 1, 2021
Viewing posts 1–4 of 4
I have problem in the responsiveness of this theme
It seems there is empty area the right of the theme, so mobile user can drag to the right and break the mobile site
Hi there,
The site branding seems to be overflowing to the right side causing this white space.
Can you try adding this CSS to contain the contents of it?
@media(max-width:768px){
.site-branding-container {
width: 100%;
}
}
Thanks, this works
No problem. :)
This archived topic is closed to new replies.