Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #886394
Menu Width & Box style
Closed

Comments

  •  2
    Adam started the conversation

    Is there an option to set the width of the header menu.  When I resize the window some menu options are hidden behind the header logo instead of the menu changing to the mobile style. 

    Also, is there any CSS code I can use to put a box round a menu item that isn't the current / selected item?  I would like the Log In option to have a white border around it, to emphasise it.


    Many thanks,


    Adam

  •  1,845
    Elated replied

    Hello,

    1) Please paste this css code in Elated Options > General > Custom CSS in order to fix this:

     @media only screen and (max-width: 1250px) {
               nav.mobile_menu {
                 display:block !important;
              } 
           }

    If it does not work for you, please send us WP admin access. Also we need WP admin access for the second issue. 

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   Adam replied privately
  •  1,845
    Elated replied

    Hello,

    1) Please first disable all 3rd party plugins and then add this css code :

     @media only screen and (min-width: 1024px) and (max-width: 1280px) {
                nav.main_menu.right  {
                  margin-top: 70px ;
                  float: none ;
              }
             header.paspartu_header_alignment .header_bottom {
               height:140px ;
            }
       }

    2)  Please add also this code when you disable all 3rd party plugins

    nav.main_menu>ul>li:last-child>a>span.item_inner {
      border:1px soild #787878;
    }

    Thanks 


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.