gfx Posted October 20, 2020 Posted October 20, 2020 Site URL: https://gfxbuller.com/ How can I change the style that nav shows me in each project? I need it to show images of the projects .. example http://mihailoandic.com/ Also I want to show 2 columns of projects on mobile. thank
tuanphan Posted October 21, 2020 Posted October 21, 2020 To show 2 products/row on mobile, add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#gridThumbs { grid-template-columns: repeat(2,minmax(0,1fr)); } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
gfx Posted October 21, 2020 Author Posted October 21, 2020 14 hours ago, tuanphan said: To show 2 products/row on mobile, add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#gridThumbs { grid-template-columns: repeat(2,minmax(0,1fr)); } } thank How do I show more projects with images when I see only one?
tuanphan Posted October 23, 2020 Posted October 23, 2020 I don't quite understand the question. Can you descrie in detail? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
gfx Posted November 2, 2020 Author Posted November 2, 2020 I want to show the resulting project by viewing only one. Example https://ibb.co/Cs9nnTn
tuanphan Posted November 6, 2020 Posted November 6, 2020 You mean show 1 project/row on main page?? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
gfx Posted November 9, 2020 Author Posted November 9, 2020 On 11/6/2020 at 10:07 AM, tuanphan said: You mean show 1 project/row on main page?? No, I want to show a gallery of images with the projects ... as shown in the image below ... https://imgur.com/XrRxR25
Recommended Posts
Archived
This topic is now archived and is closed to further replies.