• Resolved namdam

    (@namdam)


    I would love to move my social icons to the right in the main menu.

    There used to be a search box in the main menu and even though it does not appear something seems to be pushing the icons around. this is more evident when viewing my page on a mobile device such as an ipad.

    any thoughts?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Just target the id of the <li> and float right.

    Example.

    li#menu-item-100, li#menu-item-101, li#menu-item-102 {
    	float: right;
    }

    Since the theme is responsive, might as well adjust them differently in smaller screen.

    Thread Starter namdam

    (@namdam)

    That’s great! the icon order changed from right to left, to left to right. can i change it back so that fb is on the left then twitter ect.?

    Just change the position using drag and drop under Menu management.

    Thread Starter namdam

    (@namdam)

    Wow! Too simple. That’s got to be about the only thing I didn’t try.

    Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move Social Icons in Main Menu to the Right’ is closed to new replies.