Okay
  Public Ticket #1529813
Misplaced Social Icons
Closed

Comments

  • candypolo started the conversation

    Hi,

    As you all can see from the screenshot the social media icons sit below the menu as opposed to right next to it. I think it has to do with the number of menu items I have since if I remove one the icons will go back to their correct position.

    Now, what I'd like to do is to reduce the space between main menu items and that way make room for the social icons. Is that possible?
    Thanks in advance!

  •  2,010
    Ocean replied

    Please send your link website for check and support.

  • candypolo replied

    It's not online yet, I'm working on this locally as of right now.

  •  2,010
    Ocean replied

    Please upload your website online and I'll support for your issues.

  • candypolo replied

    I'm afraid I don't have the option to do so now. I'm attaching another, bigger, screenshot for your reference.
    Thanks

  •  2,010
    Ocean replied

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    @media only screen and (min-width: 993px) {
        #mainmenu > li > a {padding: 10px 13px 8px 13px;}
    }
  • candypolo replied

    Thanks so much, that did the trick!