Tagged: andy
Hallo Forum,
ich versuche schon seit einiger Zeit, eine Sidebar auf der Produktbeschreibung von WooCommerce einzubauen.
Über die Widgets => Single Product Pages sollte es ja möglich sein!!!
Alles Versuche waren leider bisher erfolglos :-(
An den Einstellungen unter „Optionen => Sidebar-Einstellungen“ habe ich es auch schon versucht!
Hat jemand eine Idee?
Danke, Andreas
Hey Andreas!
Thank you for using Enfold.
The sidebar of the single product pages is located under the product image by default. If you need to move the sidebar to the left or right of the product summary, please follow the instructions here: https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
Regards,
Ismael
Hello Ismael , Thanks for the answer ! This works very well ;-)
I have now , however, another question :
Please look at times the images ! Can you do the same line ?
Thanks Andreas
Hey!
Can you please post the link to your page where we can see the issue?
Cheers!
Yigit
Hey Yigit,
see Links in private Content.
Bye, Andreas
Hey!
Add this in the Quick CSS field:
#top #main .sidebar {
top: -50px;
}
.sidebar .inner_sidebar {
top: 50px;
}
Cheers!
Ismael
Sorry – it does not work!
See Pictures ..
Bye, Andreas
Hi!
so you want to move down widget title? if yes use this code in Quick CSS field:
.widgettitle {
position: relative;
top: 150px;
}
and adjust as needed.
Regards,
Andy