[Resolved] Mediavine asks for sidebar to be 300px min and to move to bottom at < 1024 width

Home Forums Support [Resolved] Mediavine asks for sidebar to be 300px min and to move to bottom at < 1024 width

Home Forums Support Mediavine asks for sidebar to be 300px min and to move to bottom at < 1024 width

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

    I’m setting up my website to work with Mediavine which needs a sidebar of at least 300 pixels wide and for that sidebar to move to the bottom of the screen when it is 1023 pixels or under.

    We need your sidebar settings changed so that the sidebar stays a fixed width of at least 300 pixels as your page resizes, breaking to the bottom of the page at 1023 pixels of page width.

    Please advise…

    #972311
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to force the sidebar to stack at 1023px:

    @media (max-width: 1023px) {
        #primary, #right-sidebar {
            width: 100% !important;
            float: none !important;;
        }
    }
    #972477
    Dominique

    Perfect thank you!

    #972484
    David
    Staff
    Customer Support

    You’re welcome

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