Tagged: , , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #852767
    #853024

    Hey handanhy,

    It looks like there is no WordPress installation on the URL you posted, did you remove it?

    Best regards,
    Rikard

    #853368

    Hi, Rikard,

    I just transfer the site to our main domain and update the links as below.
    Thanks for your kind help.

    Regards,
    Rochelle

    #853698

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #854900

    Hi, Rikard,

    The problem still exist after pasting the codes on the quick CSS.

    Pls give some help with lots of thanks.

    Regards,
    Rochelle

    #854906

    hi, Rikard,
    I try to change the layout of logo and menu to logo center menu below.
    But when the browser shrink, there are two menu icons on the right and the below of the logo.
    What should i do?

    The problem above has been solved after removing the codes in the quick css.

    Regards.
    Rochelle

    • This reply was modified 7 years, 1 month ago by zqmaqma.
    #855675

    Hi Rochelle,

    Thanks for the feedback, I’m not sure if you need any further help on the topic? Are you not able to set the logo and menu to center?

    Best regards,
    Rikard

    #855944

    HI, Rikard,
    The problem still exist. When the browser shrink smaller, the logo image and the main menu overlap each other even if i put the code on the quick css.
    pls help me this question with lots of thanks.

    Regards,
    Rochelle

    #856086

    Hi Rochelle,

    There menu takes up a lot of space, so it has to change to a burger menu at 1250, below is the code to do that.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 990px) and (max-width: 1250px) {
      nav.main_menu, #top #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.