-
Closed
-
When my website is viewed via mobile, the content responsiveness was not showing full, since I’m using this custom css
#primary {
width: 73%;
}I’ve use the above css to resize my side bar using this custom css
#secondary {
max-width: 300px !important;
}Is there any other workaround? I tried to remove the custom css for #primary but the problem is the right side of my sidebar gets a larger space.
The topic Responsiveness / Mobile is closed to new replies