• Lotto_Hub

    (@lotto_hub)


    Hi.
    To manage alignment of showing 3 (instead of 4) featured posts to include the following code in CSS:

    .featured-post-wrapper.clearfix {
    position: relative;
    right: -157px;
    }

    Although the above works, it is not displaying well on mobile phones / tablets (i.e. mobile rendering). Can anyone advise how to fix this?

    Thanks!

Viewing 1 replies (of 1 total)
  • Access Keys

    (@access-keys)

    Hi there,
    Please delete the above css and try using following css rule in you Dashboard > Appearance > Theme Options > Tools > Custom css.

    #mid-section .featured-post-wrapper{
    text-align: center !important;
    }
    
    #mid-section .featured-post-wrapper .featured-post{
    float: none !important;
    display: inline-block !important;
    }

    Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Not mobile rendering when using 3 featured posts’ is closed to new replies.