Forum Replies Created
-
AuthorPosts
-
February 3, 2016 at 8:20 pm in reply to: Portfolio grid number of columns change due to change of screen resolution #577320
That worked great Vinay!
Thank you for the support.
CheersJanuary 31, 2016 at 12:45 pm in reply to: Portfolio grid number of columns change due to change of screen resolution #575286Hi 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, IgorJanuary 30, 2016 at 2:51 pm in reply to: Portfolio grid number of columns change due to change of screen resolution #575006Hi 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 -
AuthorPosts
