Hi There,
Can someone help me to reduce the space between the main image and the text?
Thank you in advance.
@Thedd - please share your website link
please Go to Online Store->Theme->Edit code then go to assets/section-image-banner.css ->paste below code at the bottom of the file.
.rich-text--full-width.color-background-1, .rich-text:not(.rich-text--full-width) {
margin-top: 2rem !important;
}
Thanks!
Thank you but it doesnāt work.
Hereās the link : https://daydreams-store.com/
Password : flowsk
Thankās.
@Thedd - please add given css to the end of your base.css file and check
#shopify-section-template--15143761674435__rich_text{margin-top: 0;}
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
.banner__media.media { top: auto !important;}
Unfortunately both codes do not work, it does not change anything.
hello @Thedd
please Go to Online Store->Theme->Edit code then go to assets/ base.css ->paste below code at the bottom of the file
.banner__media.media { top: 0px !important;}
This code works but it breaks my header.
I use this code for the transparent header :
@media screen and (min-width: 1024px) {
.header-wrapper {
position: relative;
}
.gradient {
background: transparent;
}
.banner__media.media {
position: absolute;
top: -100px;
}
.banner::after {
top: -90px;
}
.header__menu-item {
color: #000000;
}
.header__icon svg{
fill: #000000;
}
}
.header-wrapper.color-background-1.gradient{
position: relative;
background: transparent;
}
#shopify-section-templateā14167264985197__image_banner .banner__media.media{
position: absolute;
top: -140px;
}
#shopify-section-templateā14167264985197__rich_text .rich-text.color-background-1 {
margin-top: -80px;
}
@media screen and (min-width: 750px){
#shopify-section-templateā14167264985197__image_banner .banner__box {
position: absolute;
bottom: 120px;
}
Thankās.
Never mind I worked it out via another help forum. Now I have the white space issue on mobile phone to fix ugh.
My site is not live yet - because Iām struggling to fix some issues before I go live.
I have not found shopify helpful at all in this regard. Asking me āis this what you want to spend your free one hour tech support on? (when itās clearly a universal problem with their own shopify template) is just wrong.
Dawn is not a āready to goā template imho. Itās bare bones that needs a bunch of fixes and work arounds.
Iāll end up hiring help elsewhere (not thru them) but I regret choosing this template - Sunk cost fallacy is where Iām at.