Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1012482

    Hello,

    I am using a left sidebar on all of my pages and I was wondering if there was a way to force it down to the bottom on at 989px rather than 767px. I have buttons in the sidebar that start overlapping each other as the page shrinks. Let me know if this is possible, thank you!

    #1012672

    Hey Kirstie,

    Try adding this css code in Quick CSS located in Enfold > General Styling:

    @media only screen and (max-width:989px) {
      #top .sidebar_left .content {
        width: 100%;
        float: none;
        border: 0;
      }
    
      #top .sidebar_left .content .entry-content-wrapper {
        padding-right: 0;
      }
    
      #top #main .sidebar_left .sidebar {
        border: 0;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1012834

    That worked perfectly. Thanks so much!

    #1012990

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1013654

    This topic can be closed. Thanks!

    #1013854

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sidebar Break on Tablet’ is closed to new replies.