Right now on mobile the sidebar content doesn’t show up at all.
Is there a way for my blog post pages with a right sidebar to have the sidebar show up, for example below the page content?
Hey Moondreamer21,
Please try to add this code to your quick css field:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #main .sidebar {
display: block;
border: none;
width: 100%;
}
}
Best regards,
Peter
Hi Dude,
Thanks for the code.
I added it, but I don’t see a difference after clearing my cache?
I’ll add my site info. below.
Hi,
I fixed it by adding width: 100%; to the code. I also updated the code above.
Best regards,
Peter
Thanks, it’s working great now! Appreciate the help! :)