Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280410
    alansochan
    Participant

    Hi there,

    thank you so much for your wonderful themes and great customer support. I am currently interested in upgrading to the pro version of the photographie theme but have an issue with the thumbnails great looking 3 column images displaying terribly on my ipad. It is only displaying 2 images with the third on the next line which looks terrible. is there an easy css fix that will resize them? Is there any other way to fix this? It looks great on my desktop and appropriately changes to something usable for small phone screen but look terrible in portrait mode on tablets. any help would be greatly appreciated.

    here is my site

    http://www.amandasochan.com

    #280508
    Skandha
    Participant

    @alansochan: Hello there,
    This seems to be due to the font size.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .featured-content-wrapper.layout-three .entry-title {
        font-size: 16px;
    }

    Let me know if this works!
    Kind Regards,
    Skandha

    #280788
    alansochan
    Participant

    hi there Skandha,

    Thanks for your quick reply. I cut and pasted this code into the appropriate section and it still does not seem to work. The website is still http://www.amandasochan.com Is there anything else I may need to add? I requested an email but was not notified that you answered for some reason. Thanks again!

    Alan

    #280819
    Skandha
    Participant

    @alansochan: Hello Alan,
    Replace the above CSS Code by the following

    @media screen and (max-width: 980px) {
    	.featured-content-wrapper.layout-three .entry-title {
    	    font-size: 14px;
    	}
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘fotographie blog featured 3 column thumbnails not displaying properly ipad pro’ is closed to new replies.