Hi!
With the last update something happened, in my single page website when selecting a section of it, the screen goes a little bit down down of its actual starting point. Any ideas?
Thank you!
Hey C-LabMX!
I can’t really see any difference between the two screenshots on your image. Can you please post a link to your website showing the issue? and some other screenshots showing a clear difference?
Regards,
Andy
Hey!
It looks fine on my end, did you manage to get it fixed? http://imgur.com/xkCJsZW. If not, please provide us with a step-by-step on how to reproduce the error.
Cheers!
Rikard
Hi!
Sorry for the delay. No, it still gives the error, maybe I didn’t explained myself correctly. When selecting a page in the menu, for example “Nosotros”, the default landing place is in the middlle of the text line, so it kinds get cut off, and that happens with all the elements in the menu. This started happening since last mayor update.
Any ideas?
Thank you!
Hi!
Ok now I see what you mean, it’s not really a bug but still. You can try to add some padding to that element. Please add the following to Quick CSS under Enfold–>General Styling:
.av-special-heading.av-special-heading-h3.custom-color-heading.blockquote.modern-quote.modern-centered.avia-builder-el-9.avia-builder-el-no-sibling.av-thin-font{
padding-top:15px !important;
padding-bottom:15px !important;
}
Regards,
Rikard
Hi Rikard!
I see, thanks a lot for the info and the fix!