"Features" Thumbnail Alignment

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17954

    Hello,

    I LOVE the theme, but I am having one issue related to the “Features” thumbnail alignment in mobile. Is there somewhere that I can use an ‘aligncenter’ command or something like that to center the thumbnails ? It appears to only be an issue in mobile but I want to center them regardles.
    Since I am using the featured image section of the “feature” theme plugin, I can’t seem to find an additional area to change html to handle the centering.

    Thanks in advance. The website is http://southernboysbasketball.com/

    Mike T

    #17959
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    @media only screen and (max-width: 479px){
    #features .entry-snippet {
        float: none;
    }}
    
    #17966

    Fantastic! The fix worked. Thank you very much for the great support and great wordpress theme.

    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘"Features" Thumbnail Alignment’ is closed to new replies.