We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

pl assist me on how to customise the button size for mobile view

Solved

pl assist me on how to customise the button size for mobile view

pankhhari
Tourist
10 0 1

my website is www.pankhhari.com and if you'll see banner slideshow 1st image on mobile view button label is too huge for mobile view. pls assist me to make the size smaller.
for some reasons i am unable to upload a jpeg or png file here. 

Accepted Solution (1)

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @pankhhari,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (max-width: 749px) {
.slideshow__text .button.button--primary {
    padding: 1rem;
    font-size: 0.8rem;
    min-height: auto;
    min-width: auto;
}
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 9 (9)

rajweb
Shopify Partner
845 71 161

Hey @pankhhari ,

You can adjust the size of the button label for mobile view by adding some CSS to your theme. Follow these steps:

1. Online Store > Themes > Edit Code 

2. Look for the theme.css or styles.css file (it may be in the Assets older).

Scroll to the bottom and add the following CSS:

@media only screen and (max-width: 768px) {
  .slideshow__btn {
    font-size: 14px !important; /* Adjust size as needed */
    padding: 8px 16px !important;
  }
}

Click Save, then refresh your website on mobile to see the changes

 

If this still doesn’t resolve the issue or if the class name is different, let me know, and I’ll guide you on identifying the correct class through the inspection tool.

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

Best Regard,

Rajat Sharma

Rajat | Shopify Expert Developer
Need a reliable developer for your next Shopify project? Let's connect!
Email: rajat.shopify@gmail.com
Portfolio: rajatweb.dev
Your one-stop partner for Shopify development, SEO, and performance. Let’s grow your store together!
pankhhari
Tourist
10 0 1
hey
It still did not resolve my issue.

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @pankhhari,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (max-width: 749px) {
.slideshow__text .button.button--primary {
    padding: 1rem;
    font-size: 0.8rem;
    min-height: auto;
    min-width: auto;
}
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
pankhhari
Tourist
10 0 1

Hey 
I'm still facing an error in mobile mode. Please guide "www.pankhhari.com"

namphan
Shopify Partner
2777 358 407

Hi @pankhhari,

Please describe your request further. I will check it.

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
pankhhari
Tourist
10 0 1

So basically if you view the site www.pankhhari.com on mobile view, the shop now on the slideshow covers most of the screen. I want to resize it to a smaller size so that its visible and the background is visible too 

 

im unable to upload image since its not allowed png 

namphan
Shopify Partner
2777 358 407

Hi @pankhhari,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.banner__buttons .button {
    min-height: 35px;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
pankhhari
Tourist
10 0 1

the outline is still too broad to cover the entire space. please suggest

namphan
Shopify Partner
2777 358 407

Hi @pankhhari,

Can you send me a screenshot describing it? I will check it again

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com