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

    I recently added icons to my main navigation and now the little highlight i not lining up under the nav.

    It is about 5 pixels under the header line. You can see it on the link below.

    http://raymmar.com/

    Also, I would like to use the shrinking header option but it will not shrink the pictures to fit. Is there a fix for this as well?

    Thanks a ton

    #249764

    Hi Raymmar!

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

    .avia-menu-fx { bottom: 10px; }

    Can you check shrinking feature so we can take a look how it looks?

    Best regards,
    Yigit

    #249950

    That CSS fix worked perfect for the menu, thanks.

    I have selected the shrinking menu option but please take a look quickly as it is quite ugly and distracting. Let me know when I can change it back or if there is a quick fix. Thanks.

    #249995

    Hi!

    Please try adding following code to Quick CSS as well

    .main_menu img {
    height: 100%;
    }

    Regards,
    Yigit

    #250058

    Thanks, this makes the icons really small so I am not sure I will use it.

    I did notice that my buttons do not work on the mobile version of the website. I am not able to click the learn more button or any of the buttons on the about me page.

    The links to blog articles and other content like that works but no buttons or images will let you click through. Any ideas why this would be happening?

    #250211

    Hey!

    Please try adding following code to Quick CSS as well

    .avia_mobile #top .av-parallax-section{z-index: 0;}

    Regards,
    Yigit

    #250302

    That did not work. The links still do not work on mobile. Does it matter that I am not using the parallax section on all of the color sections? Some of them are just fixed backgrounds inside the color sections.

    #250327

    So the buttons are still not working on mobile screens. Any advice. Thanks for the prompt replies.

    #250414

    Hey!

    Thank you for using the theme!

    We’re still investigating the issue and changing the background attachment to scroll should fix the links on mobile devices. Please refer to this link: https://kriesi.at/support/topic/mobile-problem/

    After that, add this on Quick CSS or custom.css:

    @media all and (min-width: 1024px) {
    .avia-section {
    background-attachment: fixed !important;
    }
    }

    I’m not certain if this is going to work but please give it a try. Let us know the result. Thanks!

    Cheers!
    Ismael

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