Hi,
I have recently purchased Vantage Premium theme today as I am rebuilding one of my websites from scratch to achieve faster performance. Btw, I am loving your theme right now, a great balance of options and performance.
I use the Soliloquy WP slider (http://soliloquywp.com/) and while I also own a licence for Meta Slider Pro, I much prefer Soliloquy.
Is it possible to have a Soliloquy slider display on the home page on the same way (less the 35 px padding) that a Meta Slider is displayed ? I have tried several things and I have managed to get the slider to fill to the left and right box margins.
How do I remove the 35px gap between the nav menu bar and the top of my slider ?
I do not want to have to have both Meta Slider and Soliloquy co-installed as I am trying to reduce my plugins to speed up the website.
Hi Kevin Kennedy
You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
.soliloquy-container{ top:-35px!important; }Try that out and let me know the outcome
Cheers
Hi Addo,
Thanks for the code it works well on the home page as shown here:
http://www.newiogkfsite.budorat.com/
I now have another issue now that this code has been added.
All other Sililoquy sliders are now pushed up and now run into their page headings. See example here:
http://www.budorat.com/newiogkfsite/?page_id=245
Basically, I only want to be able to reduce the top margin on the home page slider and leave the remaining sliders untouched. Does this make sense ? Is this possible ?
On the home page I am using the page builder, so the home page slider exists within a row, is it possible to add CSS just top the row to achieve the same result ?
Kind regards
Kev
Hey Kev
Let’s try rolling back the CSS that Addo sent, remove that. Let’s rather say:
/* Main Container */ #main { padding-top: 0; }That’s site wide. If you want it to be just for the home page then you’d say:
/* Main Container */ .home #main { padding-top: 0; }Let me know how that goes.
Hi Andrew,
Perfect, thanks very much for your assistance, it is greatly appreciated.
Kev
For sure. All the best.