That worked great Vinay!
Thank you for the support.
Cheers
Hi Vinay,
Thank You for quick response and help.
I was looking for fixed height of portfolio grid content box (.grid-content height) on chosen resolution.
I managed to set it with this code (don’t know if it’s right or wrong but it works).
@media only screen and (max-width: 1200px) and (min-width: 768px) {
.grid-content { height: 90px; }
}
Now looking for a way to set vertical alignment of text (titles of projects) on the projects page but with no success.
http://prntscr.com/9x54tg
How can this be done?
I appreciate your help,
Regards, Igor
Hi Vinay,
Thank You for quick response!
That worked really well for home page, but it made some unnecessary changes in Projects Page (see below).
Changes made four column portfolio grid on Projects Page get spacing between columns.
When I set margins to 0px homepage goes wrong on setted resolution (max-width: 989px) and (min-width: 768px).
Actually I was looking for a change in Projects Page.
Is there a way to set spacing between columns and rows just for this page?
Is there a way to set minimal height for portfolio grid content box on setted resolution (max-width: 989px) and (min-width: 768px).?
Regards,
Igor