-
AuthorPosts
-
April 10, 2014 at 9:05 am #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.
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
April 10, 2014 at 2:24 pm #249764Hi 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,
YigitApril 10, 2014 at 10:23 pm #249950That 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.
April 11, 2014 at 1:19 am #249995Hi!
Please try adding following code to Quick CSS as well
.main_menu img { height: 100%; }
Regards,
YigitApril 11, 2014 at 3:39 am #250058Thanks, 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?
April 11, 2014 at 1:44 pm #250211Hey!
Please try adding following code to Quick CSS as well
.avia_mobile #top .av-parallax-section{z-index: 0;}
Regards,
YigitApril 11, 2014 at 4:47 pm #250302That 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.
April 11, 2014 at 5:43 pm #250327So the buttons are still not working on mobile screens. Any advice. Thanks for the prompt replies.
April 12, 2014 at 3:18 am #250414Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.