Home Forums Basel support forum Div Container Overlap

Div Container Overlap

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #229216

    eayodele
    Participant

    Hello,

    On a product page, the elements under the product images overlap between break points 769px-991px (pictured). Please can you assist with correcting this with CSS?

    Many thanks
    Dee

    Attachments:
    You must be logged in to view attached files.
    #229268

    Hello,

    What device do you use to test? And what is its screen width?

    Best Regards

    #229322

    eayodele
    Participant

    Hello,

    The issue is with the Safari browser only.

    See picture attached.

    Regards
    Dee

    #229323

    eayodele
    Participant

    Hello,

    Please see picture attached.

    Regards
    Dee

    Attachments:
    You must be logged in to view attached files.
    #229373

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #229375

    eayodele
    Participant

    Hello,

    Please see private message.

    Regards
    Dee

    #229486

    Hello,

    Please find this custom CSS:

    .product-design-compact .basel-scroll .basel-scroll-content {
        position: static;
        overflow: visible;
        padding-left: 0;
        padding-right: 0;
    } 

    And replace it with this one:

    .product-design-compact .basel-scroll .basel-scroll-content,
    .browser-Safari .product-design-compact .entry-summary .basel-scroll {
        position: static;
        overflow: visible;
        padding-left: 0;
        padding-right: 0;
    }

    Add this code to the Theme Settings > Custom CSS > Tablet.

    Best Regards

    #229558

    eayodele
    Participant

    Hello,

    Thank you for your assistance.

    Please close.

    Dee

    #229655

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Div Container Overlap’ is closed to new replies.