jsdidoi Posted February 15, 2021 Share Posted February 15, 2021 Site URL: https://www.jsdidoi.com/animation Hi I have a multiple Index pages which currently is set out to have 2 columbs on desktop and tablet view and 1 column on mobile. I want to change the site style for one index to have 3 columbs in desktop view without effecting the other index's I have set up. I assume i would need some custom css to do this but im not sure how. Is there a simple way to do this? Thanks in advnace Johnny Link to comment
tuanphan Posted February 18, 2021 Share Posted February 18, 2021 Try adding this to Design > Custom CSS /* Animation page 3 columns desktop */ @media screen and (min-width:901px) { body#collection-5dd78fb9f0547d640c85e934 div.index-section { width: calc(~"33.33% - 1px") !important; } } jsdidoi 1 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
jsdidoi Posted February 18, 2021 Author Share Posted February 18, 2021 Thanks so much!!! thats done it 😀 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