Resolved

Theme update – Site origin features issue

Ultra Theme started by melachrinos Jun 6, 2017 1 reply
melachrinos Jun 6, 2017 · 7:23 pm #6909

Hi,

I have just update my site to the latest theme Version: 2.2.6 and some site origin features were not displayed as before. Site URL is insurancetipster.com.
More particular there is a larger gap between the text and the circle image ( like the circle images moved up ). Note that these are images and NOT circle container shapes.
Is there any way to reduce the gap between the image and the text?

Thanks,
Petros

Andrew Misplon Puro Jun 6, 2017 · 7:31 pm #6910

Hi Petros

Thanks for reaching out.

I’m not quite sure what caused this but we could just move onto a small CSS fix. Try going to Customize > Additional CSS and inserting:

/* Features Widget */
.sow-features-feature .textwidget h5 {
	margin-top: 0 !important;
}

If you want them even closer, try:

/* Features Widget */
.sow-features-feature .textwidget h5 {
	margin-top: -5px !important;
}
2 posts