Hey guys,
Once again thank you for the really quick response last night, I was hoping you could help me with another (seemingly?) easy question. I’d like to change the width of the sidebar but only for certain pages, for example the shop and blog pages. Is there a way to do this without it changing every single page? I have googled and tried solutions but they weren’t theme specific and didn’t seem to work. Any help would be appreciated!
Cheers (:
Hey Haycreations!
Can you please give us a link to the Blog and Shop page? This is a bit tricky because you need to change the width of the content to adjust the size of the sidebar. Another thing is, you need to adjust it on different screen sizes. Example:
@media only screen and (min-width: 1140px) {
.responsive .container .nine.units {
width: 860px;
}
}
Best regards,
Ismael
Hi Ismael,
Thanks for the quick response. I think that is going to be too fiddly for my sisters liking so I think we might just leave it for now.
I have run into issues with the advanced editor though. If I add elements using the advanced editor, for instance a slider and then want to add layout elements say 1/3 I am unable to edit them in advanced editor. So I tried switching back to the default editor and no code is displayed at all. I tried using the shortcode to add the 1/3 which worked but took away everything else I had already added. Is this a known issue?
Cheers (:
Hi!
You can refer to Ismael’s post here to turn on debugging mode on Avia Layout Builder to see shortcodes while you are building your template https://kriesi.at/support/topic/vertical-paddingspacing-increased-about-double-for-no-apparent-reason/#post-195054
Please try deactivating all active plugins and check if issue remains
Best regards,
Yigit