left widgets
-
Hi
Can I move widgets box from right to left? Means change layout
-
Hi @dcrst75
Thanks for reaching out.
Using a Custom CSS plugin (https://wordpress.org/plugins/so-css/) you can insert the following:
/* Vantage Display Left Sidebar */ .blog #primary, .single #primary, .default #primary, .page #primary { float: right; } .blog #secondary, .single #secondary, .default #secondary, .page #secondary { float: left; } .home #primary, .page-template-templatestemplate-full-notitle-php #primary { float: none; }Hope that helps.
(If you’re running Vantage Premium then this is a setting available at Appearance > Customize > Theme Design > Sidebar).
Thanks.
At first look with this code on child theme css workedI have a little problem. On category page and search result page, widget is still on right not left. What can I add tot the code for this?
Give this a try:
/* Vantage Display Left Sidebar */ .blog #primary, .single #primary, .default #primary, .page #primary, .archive #primary, .search-results #primary { float: right; } .blog #secondary, .single #secondary, .default #secondary, .page #secondary, .archive #secondary, .search-results #secondary { float: left; } .home #primary, .page-template-templatestemplate-full-notitle-php #primary { float: none; }Thanks.
Now on category page is ok, only on search result page (not found) not working. On result page with content workingThat should be working. We’d need to see the problem live to try help further. Thanks.
Only on Not Found result page not working.
Cool, let’s try:
/* Vantage Display Left Sidebar */ .blog #primary, .single #primary, .default #primary, .page #primary, .archive #primary, .search-results #primary, .search-no-results #primary { float: right; } .blog #secondary, .single #secondary, .default #secondary, .page #secondary, .archive #secondary, .search-results #secondary, .search-no-results #secondary { float: left; } .home #primary, .page-template-templatestemplate-full-notitle-php #primary { float: none; }Yes. Now working perfect.
Many ThanksAwesome 🙂 Glad we could help.
All the best.
Thanks again. Topic close
The topic ‘left widgets’ is closed to new replies.
