Hi for a little while my video on this page sat nicely underneath the two visit morning and request prospectus images (all three content areas to the right of the tabs area).
However it has now aligned left under the tabs areas. How do I get it to align back to the right under those 2 images again?
Many Thanks
Jenny
Hey JennyGr,
Try to enable Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then add a class name to the 1/2 colum, for example clear_none, then on Quick CSS (located in Enfold > General Styling) add this css code:
#top .clear_none {
clear: none !important;
margin-left: 6%;
}
@media only screen and (max-width:960px) {
#top .clear_none {
margin-left: 0 !important;
}
}
Hope this helps :)
Best regards,
Nikko
Thanks Nikko, looking good…is there a way to reduce the white space between that and the two images in 1/4 columns above?
Hi,
You’re welcome :) try changing this code I gave:
#top .clear_none {
clear: none !important;
margin-left: 6%;
}
to:
#top .clear_none {
clear: none !important;
margin-left: 6%;
margin-top: 0 !important;
}
If the gap is too small change the margin-top value from 0 to 10px or try to experiment with the values. Hope this helps :)
Best regards,
Nikko
That’s great! Thanks Nikko all sorted :)
Hi,
Glad we could help! Thanks for using Enfold :)
Best regards,
Nikko