Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #973258

    Hello everybody, we need a solution to display a sidebar on the left side. On the right side it goes, I have the code of yours built into the function.php of the theme. How do I get the sidebar to the left?

    thanks

    #973481

    Hey cl-hurt,

    I tried to login and I received that message
    FEHLER: Ungültiger Benutzername.

    Best regards,
    Basilis

    #973487

    Hello, truly?

    #973761

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .container_wrap.shop_columns_3 .single-product-summary {
        overflow: hidden;
        width: 45%;
        float: right!important; 
        margin-left: 5%!important; 
        margin-right: 0%!important; 
    }
    .container_wrap.shop_columns_3 .single-product-main-image {
        width: 25%!important; 
        float: right!important; 
        margin-left: 50px!important; 
        margin-right: 0%!important; 
        overflow: hidden;
        padding-bottom: 50px;
    }

    Please see screenshot in Private Content area.

    Best regards,
    Mike

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