It still doesn't seem to be working. Also, is there anyway to have more flexibility on the top half of this page? I love the blog section, but really want to be able to stylize the top half of the page more.
I want to fix the menu links first. I don't see the code I've sent you in the page source, can you send us wp admin access in a private comment to verify it?
I've made good progress on the site, but the mobile links are not working on my phone or ipad.
Also, is there anyway to make the static image on the landing page shorter? Like set a max height?
We made a fix for mobile menu links in our latest update (1.1 on 14 dec)
you should upgrade:
How do I upgrade the theme? Will I lose all my changes?
to control the height of the landing page header image you can specify
#hero.has-image {
height: 70vh;
}
in customizer -> additional CSS
or to just modify the height only in this page you can prefix it with the unique page id:
.page-id-1131 #hero.has-image {
height: 70vh;
}
change the value of the height (70vh)
Nice site btw
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I purchased the theme on Dec 15 and already have theme 1.1
Hi,
plz add
@media only screen and (max-width: 1024px){
.flexnav li a {
pointer-events: auto;
}
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
It still doesn't seem to be working. Also, is there anyway to have more flexibility on the top half of this page? I love the blog section, but really want to be able to stylize the top half of the page more.
Hi,
I want to fix the menu links first. I don't see the code I've sent you in the page source, can you send us wp admin access in a private comment to verify it?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy