• Resolved fede94z

    (@fede94z)


    Hello,
    I’m having some problems with how the homepage is displayed in mobile devices. I’m using Illustratr theme. It is divided in to two columns but the last two projects are showing one in a row and the other below, leaving a blank space on the left (there is an even number of projects displayed).

    Also, in the desktop version the theme should be displayed in 3 columns but instead it shows in 2.

    This is the website: https://www.federicazanon.it/

    Thanks for the help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • To fix the column issue you can either add a bit more text into the description for the ‘Agenda 2019’ post or you can fix it using this CSS in Appearance->Customize->Additional CSS

    @media screen and (max-width: 375px) {
    	.home .portfolio-entry-first-item-row {
    		clear: left;
    	}
    }

    For the 3 columns width, you need to set the page template to use the Portfolio Page Template

    Thread Starter fede94z

    (@fede94z)

    Thank you very much. Everything resoved just changing the hompage to the portfolio template.

    • This reply was modified 5 years, 2 months ago by fede94z.
    • This reply was modified 5 years, 2 months ago by fede94z.

    Ok glad to hear!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem with mobile display’ is closed to new replies.