Hyphae Posted January 15, 2020 Share Posted January 15, 2020 LINK: https://kazoo-bat-bap7.squarespace.com/people PASSWORD: 1234 ///////////////////////////////////// Hello, I am losing my mind trying to create a split layout header design like this: My strategy was to create a section with a text block and an image block side by side, then to target the specific section and make the content full-bleed through custom CSS removing the padding. The problem is that the div to which the padding is associated has a "yui" id which changes at every page reload, so I do not know which selector to use to make this all happen. I can get the desired effect by removing the side padding from the .content-wrapper class, but that obv applies to the whole page which is not what I am after..... 😞 Help pls, been stuck on this for a while. Link to comment
erikagibson Posted January 17, 2020 Share Posted January 17, 2020 Have you had any luck with this? I'm having a similar issue, and haven't found anything for 7.1 yet. Link to comment
tuanphan Posted January 18, 2020 Share Posted January 18, 2020 You can use #block-yui of the element standing above it, so your code should look like this #block-yui + .current-class {your css} 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!) Link to comment
Hyphae Posted January 21, 2020 Author Share Posted January 21, 2020 Thanks everyone for the replies. I eventually gave up n this as the project timeline didn't allow me to keep spending time trying to make it work. I confess I am astonished by how unusable 7.1 feels.... It's crazy to me that they removed the ability to duplicate a content block within a page, it makes styling of things much more labour intensive. And generally it's really hard to design and build a custom layout that clients can actually manage.... so depressing Link to comment
bruceforbes Posted March 20, 2020 Share Posted March 20, 2020 @Hyphae agreed. 7.1 is absolute trash. They say they have a bunch of templates, but it's just one universal template and is super restrictive. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.