Domanique
Circle Member-
Content Count
22 -
Joined
-
Last visited
Recent Profile Visitors
207 profile views
-
You're very welcome 🙂
-
Domanique reacted to an answer to a question: h1 overlay overwrite
-
Domanique started following Getting Rid of Extra Padding in Brine, h1 overlay overwrite, Change margin for image:card on mobile? and 1 other
-
Try this: #BLOCKID h1 {color: white;} For example: #block-yui_3_17_2_1_1600319215132_8112 h1 {color: white;}
-
Site URL: https://www.scrubdesthetics.com/ Can anyone help me figure out why the logo in my site footer is cropping on both the left and right side? I am attempting to make the logo small and look decent on all device sizes but for some reason it keeps cropping. This is the code I'm using now but it doesn't seem to be 100% effective. div#block-yui_3_17_2_1_1599629340594_357495{ margin-left: auto; margin-right: auto; width: 50% !important; height: 0px; margin-top: 30px !important; margin-bottom: 30px !important; } Site password: scrubd
-
Change margin for image:card on mobile?
Domanique replied to Domanique's question in Coding and Customization
Thank you, this is working perfectly for the image card in the screen shot. However, there is an image card right underneath it (and on another page) and the margins don't seem to be aligning exactly the same? Any suggestions? -
Site URL: https://www.domaniquejazmindesigns.com/ Hi all! Is anyone able to help me come up with some coding to change the left & right margins on my image:card blocks for mobile? I know there is a slider to change this in site styles but I actually like the way it looks on desktop, just not happy with the extra spacing on mobile view.
-
Image padding on Mobile - Brine Template
Domanique replied to Domanique's question in Coding and Customization
-
Domanique reacted to an answer to a question: Image padding on Mobile - Brine Template
-
I need some help fixing extra padding in between two images on Brine when viewing on a mobile device. The code I am currently using is: . @media screen and (max-width: 640px) { .homepage .sqs-block.image-block:last-child { padding-top: 0 !important; } Although I know this is only targeting the homepage. How can I target my services page (https://www.domaniquejazmindesigns.com/services) as well to get rid of the extra padding in between the two image blocks at the bottom of the page when viewing on mobile?
-
Targeting Specific Button Color
Domanique replied to Domanique's question in Coding and Customization
Perfect. Thank you! -
Domanique reacted to an answer to a question: Targeting Specific Button Color
-
Hi All, I'm looking for some help changing specific button colors on my website. I want to be able to change the buttons on the poster blocks that say "branding packages, a-la-carte designs, & designer day". Any suggestions? https://deer-cello-km2z.squarespace.com
-
brandon reacted to an answer to a question: Getting Rid of Extra Padding in Brine
-
Getting Rid of Extra Padding in Brine
Domanique replied to Domanique's question in Coding and Customization
This is exactly what I was looking for, thank you so much. -
Domanique reacted to an answer to a question: Getting Rid of Extra Padding in Brine
-
Getting Rid of Extra Padding in Brine
Domanique replied to Domanique's question in Coding and Customization
Site: https://deer-cello-km2z.squarespace.com/home Password: Graphics Thanks for explaining that. I am hoping not to have any spacing and to have everything go from one block to the next. So far on the desktop version I am okay with everything except for the space between the first two text boxes and the text box that says "First, We Talk". On the mobile version there seems to be spacing in between just about all of the blocks which I am hoping to fix. -
Hi All, I am using the Sophia version of the Brine template. I am having some trouble with extra padding around some blocks. I was able to get rid of the extra padding when putting two large images side by side horizontally with the help of code I found on another thread (.sqs-block.image-block { margin-right:-20px; margin-left:-20px !important; }) However I still have not found a fix for mobile. There is still a gap between the two images. One is a regular image and the other is a poster. I am having the same gaping between the poster and a banner on both the computer and mobile. An