Hello:
I need help making my “top sellers” button smaller so that it isn’t blocking the video. HELP!
URL: ausomespparelco.com
Hello:
I need help making my “top sellers” button smaller so that it isn’t blocking the video. HELP!
URL: ausomespparelco.com
@bnbrown88 - is domain name correct?
Hi Bnbrown,
I’m assuming you’re talking about the button on your home page. There’s probably some settings you can play with regarding buttons in your theme settings, but if you want it to be fixed for the homepage only, you can insert a custom HTLM block on your home page, and add the following code in it:
a.button.button--primary { padding: 0px; }It’ll make your button smaller by removing a bunch of empty space on either side of the text.
Hi @bnbrown88
Is this only on the mobile screen? If it is try this one.
@media only screen and (max-width: 749px){
.banner__box.content-container a.button.button--primary {
padding: 0 5px;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Sorry. it’s
Yes, only on mobile view. Can the font be smaller too? the word 'Apparel is running into the video.
entered the code but it is not like picture. Almost but the box is still touching the arm of the woman.