gfx Posted October 20, 2020 Share 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 Link to comment
tuanphan Posted October 21, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
gfx Posted October 21, 2020 Author Share Posted October 21, 2020 (edited) 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? Edited October 21, 2020 by gfx Link to comment
tuanphan Posted October 23, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
gfx Posted November 2, 2020 Author Share Posted November 2, 2020 I want to show the resulting project by viewing only one. Example https://ibb.co/Cs9nnTn Link to comment
tuanphan Posted November 6, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
gfx Posted November 9, 2020 Author Share 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 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment