Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2465953
Main Menu
Closed

Comments

  • CRISDUBI started the conversation

    I want to place social icons and a phone number in my main menu instead of the top area menu, but in Theme Options I don't have this possiblity. I've tried with Manage Location from Apparance>Menu (making another Social Media Menu and assigning it to the Main Menu), but the theme supports only 3 menus and I have acces only to the Main Menu, which of course I cannot delete. Can you help me with this?

    Also, is there any possibility to have the logo together with the menu on one side and the social iconsĀ on the other side?

    Thank you in advance.

    https://optikgallery.ro/wp-content/uploads/2020/07/menu-question.png

  •  7,280
    Oliver replied

    Hi,

    Can you provide wp-admin access because of the coming soon mode?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   CRISDUBI replied privately
  •  7,280
    Oliver replied

    Hi,

    Use this CSS code to move menu to the left side:

    @media (min-width: 1212px) {
    nav#primary-navigation {
        text-align: left !important;
        padding-left: 40px;
    }
    }
    

    In order to add custom icon you need to edit template:

    /wp-content/themes/thegem/header.php

    Before the editing copy this file to the child theme for the safety future updates.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver