Hi,
I’d like to change the breakpoint where the sidebar appears (normally from 768px).
I’d like to make it visible only from 1200px and beyond.
Can you please help me?
Thanks
Luca
Hey Luca,
I’m not sure I understand your question, do you only want to show the sidebar on 1200 pixels width and above? If so then please link to a page where we can see the actual sidebar so that we can have a closer look.
Best regards,
Rikard
Hi Rikard,
yes, that’s what I’d like to have.
Here is a post from the website, where you can see the sidebar:
Best regards
Luca
Hi Rikard,
did you see the page I posted?
Luca
Hi Luca,
Thanks for the update and sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1200px) {
main.content {
width: 100%;
}
.sidebar {
display: none;
}
}
Best regards,
Rikard
Hi Rikard,
thanks! That was exactly what I needed.
Best regards,
Luca