Support » Theme: Astrid » Astrid FP: Projects – more than 4 in a row?

  • Hi,
    I’m using the Astrid FP: Projects Widget for Projects/Products on my Website. Is it possible to show more than 4 Projects in a row?

    In my case I have 6 Porjects and would love to show them in only one row instead of 4 in the first row and 2 in the second row.

    Can anybody help me? Where can I finde the code to change this?

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Hello,

    Try to use the following CSS code to show six projects in a row on 1200px of width and more. You can add CSS code in Customize → Additional CSS section.

    @media (min-width: 1200px) {
    	.atframework_projects_widget .project {
    		width: 16.6666%;
    		clear: none;
    	}
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Astrid FP: Projects – more than 4 in a row?’ is closed to new replies.