Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi, I noticed that part of the image used for the meta slider in vantage WordPress theme is hiding under the main menu, how can i push the slider down?
Hi Dave,
That’s odd! That definitely shouldn’t be happening and I can’t seem to replicate this locally. Do you have a public URL where we can take a look at what’s going on?
Thank you for your response. the link is http://www.fcsaid4life.org
Hi Dave,
Okay, so while it looks like the slider is covering the menu, it’s actually not. The browser is resizing the image to allow for it to fit based on the aspect ratio. so the slider isn’t actually being covered by the menu. I would recommend using a wider image (1920 rather than 1080) to avoid this. Sorry mate. :(
This can be confirmed by adding 20px to the top of #main-slider – #main-slider {margin-top: 20px !important; }
Now I’m not 100% certain if this will work for you (it doesn’t always), but another option would be to adjust the image cropping.
Thanks for your prompt response.