• Resolved bmdenison

    (@bmdenison)


    Hello,
    My site: copfeed.com

    I would like to have all the items in the menu on one line. For some reason at a point it just drops down a line. I removed the search bar from the top menu but that did not really fix the issue either.

    Best case I would like to have all my links to the left (never drop down into another row.) and all my social links on the right (never drop down into another row.)

    Thanks,
    Bdenn

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this CSS to Appearance> theme options> advanced settings.

    @media (min-width: 1200px) {
    .topbar_social ul {
        float: right;
        }
    
    .kad-topbar-left {
        width: 70%;
    }
    
    .kad-topbar-right {
        width: 30%;
      }
    }
    
    @media (min-width: 992px) {
    .topbar_social ul {
        float: right;
        }
    
    .kad-topbar-left {
        width: 80%;
    }
    
    .kad-topbar-right {
        width: 20%;
      }
    }

    Let me know if that works for you!

    Thread Starter bmdenison

    (@bmdenison)

    ahh yeah works great! Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Social icon to right on topbar menu’ is closed to new replies.