Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #248930

    Hi, I’m having issues with the shop-Page (sidebar)

    The content of the sidebar is always below the main content, and I’m not able to put it to the right.
    In a product-category its working fine. This problem only shows up on the shop-overview-page.

    I’ve found out, that the error only shows up, when I’m using a image on top.

    I’m using a child theme and the latest versions of enfold & woocommerce.(I’ve also tried the normal enfold theme already)

    Have you had any issues like this before?

    thanks!

    • This topic was modified 10 years ago by Vabel.
    #249901

    Hey Vabel!

    Without an URL all i can do is guessing, what is probably happening is that the image overflows it’s container hence forces the sidebar to jump down, you could add the following code to avoid this situation on that particular image.

    
    .the-image-that-overflows img {
     display: block!important;
    height: auto!important;
    max-width: 100%!important;   
    }
    

    Regards,
    David

    #249934
    This reply has been marked as private.
    #250819

    Hi!

    It sounds like you mean the sidebar on the single product page is showing under the image. This is exactly how it is supposed to show using the default theme options and code since the sidebar loads under the image and the single product page does *not* have a sidebar.

    You can change the single product layout using the functions and example grid structure in the demo php snippet here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/

    Regards,
    Devin

    #253578

    Hi, devin.
    Thanks for your reply.
    No, I’m not talking about the sidebar below the single product image. (but I’ll use that snippet as well ;-)

    The problem occured on the main shop-overview-page everytime I loaded a full-width image in the advanced layout editor.
    Now I’m using a background image on all pages for the div #main, thats fine for me at the moment.

    regards, Lars

    #253739

    Hi!

    Thank you for the update.

    I checked the shop page ( http://beta.vabelhavt.com/?post_type=product ) and the sidebar looks ok. It is not below the main content as describe on the previous post. Is this fixed?

    Regards,
    Ismael

    #253775

    Hi Ismael.
    yes, seems to be fixed.
    thanks, Lars

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘shop sidebar problem when using image on top’ is closed to new replies.