Hey there, my “shop all” button fits well on mobile layout, but needs to be moved down on desktop. How do i do this? TIA
Hi @HarryDuns
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
May I know the password? Thanks!
chickenparmi
Thanks for the infor try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media screen and (min-width: 750px){
.banner__content.banner__content--middle-center {
align-items: end !important;
}
.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
padding-bottom: 0px;
}
}
- And Save.
- Rersult:
legend
I did the same thing but it did not work for me please help the buttons and all wrong on the desktop model but its perfectly fine on phone version also the paragraphs are extra Long on the desktop version i really need some expert to help me out
