Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #260914

    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

    #260955

    Hey mikemurphy10!

    Can you post the link to your website so we can check what is causing this issue?

    Cheers!
    Yigit

    #260999
    #261656

    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

    #261760

    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;
    }
    • This reply was modified 10 years, 6 months ago by Guenni007.
    #261766

    by the way – the last advice will do the job without changing the display status !

    #261862

    Great guys…thank you !!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘2.7.1 Update Issue’ is closed to new replies.