Porkue Posted December 26, 2023 Posted December 26, 2023 (edited) Hello community. I'm using Flatiron 7.0 and I'd like to widen the description field on certain gallery pages, but not others. I know where the controls are in the design settings, (Project Meta Width) but I don't want to make the change for all pages. Here's the site in case it helps: http://theRealSamKirk.com And a screen shot of the layout aspect I'm trying to manipulate. Thanks in advance, community! Edited December 26, 2023 by Porkue
Solution tuanphan Posted December 28, 2023 Solution Posted December 28, 2023 Try this code to Website Tools (under Not Linked) > Custom CSS. Code for Gigantic project @media screen and (min-width:901px) { body.index-detail [data-dynamic-href="/gigantic/"] .meta { width: 500px !important; } body.index-detail [data-dynamic-href="/gigantic/"] .gallery { max-width: 600px !important; margin-left: 600px !important; } } 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!)
tuanphan Posted December 29, 2023 Posted December 29, 2023 To apply other items, just repeat the code, replace with item url 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment