Site logo

[Resolved] Change in Breakpoint. HELP!

Home Forums Support [Resolved] Change in Breakpoint. HELP!

Home Forums Support Change in Breakpoint. HELP!

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

    On the sidebar of my site is a floating ad. The breakpoint for the tablet view is 768 px. But as it’s an Ad that doesn’t work like an image or text, it stays in the same size and overlaps the main content, or sometimes the main content overlaps it. Now, I want to have a breakpoint somewhere between 1200px – 1150px so that it can get into tablet mode at that dimension.

    Snapshot: https://prnt.sc/mO2z1Blamcg4

    Please Help!

    #2529803
    Ying
    Staff
    Customer Support

    Any chance you can link us to your site where we can see the issue?
    You can use the private info field for this.

    #2529996
    Puneet

    Hello Ying,

    Thanks for your reply.

    I have shared the link to the page in the private field.

    #2530461
    Puneet

    Please Help!

    #2530605
    Ying
    Staff
    Customer Support

    Try this CSS:

    @media(max-width: 1200px) {
    .content-area, .inside-footer-widgets>div, .sidebar {
        float: none;
        width: 100%;
        left: 0;
        right: 0;
    }
    }
    #2530614
    Puneet

    Worked. Thanks Ying.

    #2531888
    Ying
    Staff
    Customer Support

    You are welcome   🙂

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