Responsive Sidebar Breakpoint
-
Hello,
I need help adjusting the breakpoint for the sidebar to take full width. I want to change it from 960 px to 1200 px
I tried this CSS but it didn’t work:
@media screen and (max-width: 1200px)
.site-main #secondary {
width: 100%;
margin-top: 40px;
}The page I need help with: [log in to see the link]
- The topic ‘Responsive Sidebar Breakpoint’ is closed to new replies.