Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1336211
    KelseyGustafson
    Participant

    Hi there, I am just beginning to set up my shop page, and I’ve noticed what seems to be a white sidebar on the left side that is creeping into my footer. What is this? And how can I get rid of it? Can’t seem to find it in the inspector, but it appears on the main shop page as well as individual product pages.

    Thank you!

    #1336212
    KelseyGustafson
    Participant
    This reply has been marked as private.
    #1336214
    KelseyGustafson
    Participant

    Also, the products arent showing up on the main page

    #1336308
    Paul R
    Moderator

    Hi,

    Please add an image for each product.

    See screenshot – https://www.screencast.com/t/DWjXyVQTNB

    Thanks

    #1343826
    KelseyGustafson
    Participant

    Okay, thank you. The products are populating, but the white box overlapping my footer is still there on the Shop page, and individual products pages. How can I get rid of this?

    Thank you

    #1344345
    Lely
    Moderator

    Hello Kelsey,

    It is because of your setup.
    Please update this custom CSS:

    .x-colophon.top {
        border-top: 1px solid black !important;
        padding: 100px 0;
        margin: 0 15%;
    }

    To this:

    .x-colophon.top {
        border-top: 1px solid black !important;
        padding: 100px 15%;
        margin: 0;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1336211 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>