Sidebar Resizing
-
Hello,
I’m trying to resize my side bars so they are only about 25% of my page. I am using the code below to make that work, however it has interfered with the responsive design.
Can you please explain how to adjust my sidebar with and maintain the responsive design.
Current code being used:
.aside {
width: 25%;
}#primary {
width: 870px;
}#sidebar-primary {
width: 300px;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sidebar Resizing’ is closed to new replies.