Hi,
I have added a favicon which sort of stands out as a logo, I have an empty space beside that, I am struggling to reorganize my sections or place them to fill that white space. any idea if we can directly get this done or should we edit the theme itself. I might be sounding too noob so am I. But trying to fix this.
Here is my white space snapshot what I am trying to get rid off.
Please share your website URL. I will check and provide a solution here.
Thanks!
Are you talking about this space beside the logo ( this is not favicon) ?
Please clarify
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (min-width: 750px){
.main-content { margin-top: -140px; }
}
Let me know if this works for you.
Thanks!
Please add the following code at the bottom of your assets/theme.scss.liquid file
.collection-grid-item__title {
color: #000 !important;
position: relative !important;;
top: 0 !important;;
margin-top: 19% !important;;
}
.index-sections .shopify-section {
margin-bottom: 50px !important;
}
If this work please mark this post as Solved and Like, so others can take benefits of it.
Thanks!
User | Count |
---|---|
806 | |
121 | |
93 | |
93 | |
70 |