We have an alignment issue on the front page news items after the last upgrade. Pls see image link
http://awesomescreenshot.com/06c2rgd394
Any thoughts on a fix ??
Thnx
Hey mikemurphy10!
Can you post the link to your website so we can check what is causing this issue?
Cheers!
Yigit
Hey!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img{border-radius: 2px; display: block; position: relative; overflow: hidden;}
Regards,
Devin
or try this in case you do not want to cut your pictures:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
border-radius: 2px;
display: inline-block;
position: relative;
}
and for heaving the overlay effect on the complete image try this:
.slide-image, .image-overlay {
max-height: auto;
}
by the way – the last advice will do the job without changing the display status !
Great guys…thank you !!!