Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #518930

    Hi, when I narrow the panes on desktop, the navigation starts to go on a 2nd line before the mobile menu comes up. How can I resolve this?

    #518935

    Hey andrea!

    That is because the view port / media queries take place, when the actual size of the screen, is triggered.
    What you want is to change when the menu is been triggered, but that will be based on what? What is that screensize, which will make the menus not to go down?

    It is not responsive, as in use…

    Cheers!
    Basilis

    #519155

    When I narrow the window to 1048px the search box drops onto the second line over the title bar or image on the home page. Is there anything I can do about this or do I just need to have a smaller navigation menu?

    #519170

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1180px) {
    #top .av_seperator_big_border#header .av-main-nav > li > a {
        padding: 0 6px;
    }}

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #519250

    Thank you, I’ve tried that and it doesn’t seem to make any difference. I’ve tried a few different figures instead of the 1180 and it’s the same. I’ve got rid of the search box which helps, but it would be good if it missed off a couple of nav options or else went to mobile menu earlier, to avoid the navigation options running onto a 2nd line over other content.

    #519256

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #519375

    see private content

    • This reply was modified 9 years, 1 month ago by ac.
    #519379

    In addition, I’ve increased the size of the H1 in the title area, but it isn’t working on the news page – how can I fix that please?

    #519414

    Hey!

    Login credentials are not working for me. Can you please check them once again?

    Cheers!
    Yigit

    #519440

    my apologies, try this password

    #519444

    Hey!

    I went to Enfold theme options > Header > Mobile Menu and choose to display mobile menu on smartphones and tablets and then added following code to Quick CSS

    strong.main-title.entry-title {
        font-size: 24px;
    }

    Please review your website now

    Regards,
    Yigit

    #519457

    Magic – thank you so much!

    #519561

    Hey!

    I have created a private page called “test page” and added your contact form it does work fine on my end – http://i.imgur.com/6MgDEH2.png
    If you would like to add red border to required fields when field is invalid, please add following code to Quick CSS

    input.wpcf7-not-valid { border: 1px solid red !important; }

    Cheers!
    Yigit

    #519576

    What is the fix for the main navigation not being responsive on desktops/laptops please?

    #519602

    Hey!


    @scarlettr8
    Please start anew thread and post the link to your website so we can look into it :)

    Also, please see – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/

    Cheers!
    Yigit

    • This reply was modified 9 years, 1 month ago by Yigit.
Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.