AlexLittlefire Posted July 11, 2022 Share Posted July 11, 2022 Site URL: https://pike-burgundy-6ck5.squarespace.com I have built some hover effect image blocks that need to be full-width however when I try and target the section id to replace the default width with the data target attr it does not seem to have any effect, the business plan seems to mention "complete customization of css & js", would this be required to target the section ID and overwrite the width set in css? Link to comment
paul2009 Posted July 11, 2022 Share Posted July 11, 2022 44 minutes ago, AlexLittlefire said: Would [the business plan] be required to target the section ID and overwrite the width set in css? The Personal Plan allows you to add CSS to the Custom CSS panel. If the CSS is valid and has been added to Design > Custom CSS it should work correctly. It's difficult for the community to help you further because we cannot view the site. It has a public password and you haven't shared it with us. Also, we'll need to know which blocks you are targeting. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
AlexLittlefire Posted July 12, 2022 Author Share Posted July 12, 2022 Hi Paul, Sorry that would be helpful, please see below Password: *iF%C`&! The site address is: https://pike-burgundy-6ck5.squarespace.com/ The page that features the blocks in their current form is /test, atm the images do not seem to appear on the page but they do in the backend so not sure what is going on tbh, the content-wrapper is the element I am hoping to affect as it has a max-width on 1200px which is stopping the section from expanding full width Link to comment
tuanphan Posted July 12, 2022 Share Posted July 12, 2022 *iF%C`&! https://pike-burgundy-6ck5.squarespace.com/?noredirect Which code did you add to Custom 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
AlexLittlefire Posted July 12, 2022 Author Share Posted July 12, 2022 Trying to use the data target to select the div within the section but it does not seem to be working, used background yellow here [data-section-id="62c44aa13c505c1cff21589b"] .page-section>.content-wrapper { background-color: yellow; } Link to comment
tuanphan Posted July 12, 2022 Share Posted July 12, 2022 29 minutes ago, AlexLittlefire said: Trying to use the data target to select the div within the section but it does not seem to be working, used background yellow here [data-section-id="62c44aa13c505c1cff21589b"] .page-section>.content-wrapper { background-color: yellow; } Try this code [data-section-id="62c44aa13c505c1cff21589b"] .content-wrapper { background-color: yellow; } AlexLittlefire 1 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
AlexLittlefire Posted July 12, 2022 Author Share Posted July 12, 2022 Ah! thank you, I think i did try that but with the wrong section id previously and then got lost trying other things, thank you 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