Tagged: sidebar
Hi Kriesi-
I’d like to specify which sidebars show up on which pages, for example:
Home: Default Sidebar
Blog: Sidebar Blog
About Me: Default Sidebar
etc.
The default sidebar works just fine. However, when I do the Sidebar Blog on the Blog page, both sidebars show up and I have overlapping content. I only want the Sidebar Blog. Does this make sense?
I have disabled Sidebar Blog for now because I dont want it to look bad (so if you visit my site, it will only show the Default Sidebar).
Thank you!
Nicole
Hey wanderglow,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Sure, I have posted it below. Thank you!
Hi,
It’s you instagram shortcode which is causing the overlapping, there’s no problem with the sidebars. Try this in Quick CSS to keep it not running over the sidebar:
#sb_instagram {
width:100% !important;
max-width:100% !important;
}
Best regards,
Rikard
Thanks! Is there some shortcode to enable me to show different sidebars on different pages? That is really what I want. I dont want to have the main sidebar on every page. On some pages, I ONLY want the Sidebar Blog.
Thank you!