• Resolved ipbroad

    (@ipbroad)


    Hi, This is an excellent plugin. However for some reason the post titles on an iPad4 (10inch) are causing the featured images to be misaligned. I’ve tried altering the post title font size via css but it does not change in anyway shape or form. Basically the titles are a little too long for some of the posts and go onto a 2nd line, hence the featured image going out of alignment. Really hope you cal clear up my head ache.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Your theme this css make image center

    #content img {
        display: block;
        margin: 0 auto;
    }

    Write this custom CSS

    
    .rt-tpg-container .layout1 .rt-holder .rt-img-holder img {
         margin: 0px !important;
    }

    Thanks

    Thread Starter ipbroad

    (@ipbroad)

    Thank you so much that seems to have sorted it – I really appreciate your help!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue With Post Title On iPad’ is closed to new replies.