Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #605956

    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

    • This topic was modified 8 years, 2 months ago by thalasin.
    #606496

    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

    #606659

    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

    #607053

    Hey!

    Can you please post the link to your page where we can see the issue?

    Cheers!
    Yigit

    #607056

    Hey Yigit,

    see Links in private Content.

    Bye, Andreas

    #607422

    Hey!

    Add this in the Quick CSS field:

    #top #main .sidebar {
        top: -50px;
    }
    
    .sidebar .inner_sidebar {
        top: 50px;
    }

    Cheers!
    Ismael

    #607783

    Sorry – it does not work!
    See Pictures ..

    Bye, Andreas

    #608295

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.