Re: Move Button on Mobile underneath columns and fix desktop button

Solved

Move Button on Mobile underneath columns and fix desktop button

chichi0114
Shopify Partner
43 0 10

Hi,

 

I was wondering how I can move the button on mobile under the columns, and why the button on desktop is not active. I cannot press on it.

 

Thank you,

Screenshot 2024-12-08 at 6.07.34 PM.png

Screenshot 2024-12-08 at 6.07.25 PM.png

  

Accepted Solution (1)

DaisyVo
Shopify Partner
4430 491 584

This is an accepted solution.

Hi @chichi0114 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

@media screen and (max-width: 749px){
.multicolumn > .page-width > .center.small-hide.medium-hide {
    display: block !important;
}
body .multicolumn .title-wrapper-with-link.multicolumn__title > a.link.underlined-link {
    display: none !important;
}
}

 

 

image.png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 7 (7)

Rahul3F
Excursionist
16 2 4

Hello,
How are you,

can you please give me the website URL and password so check the issue

Thanks

rahul

ZestardTech
Shopify Partner
6144 1097 1474

Hello @chichi0114 

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
steve_michael2
Navigator
445 38 61

Hi @chichi0114  , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

KetanKumar
Shopify Partner
37622 3670 12166

@chichi0114 
Sorry you are facing this issue,
It would be my pleasure to help you.
Please share your site URL,
I will check out the issue and provide you with a solution here.

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

DaisyVo
Shopify Partner
4430 491 584

This is an accepted solution.

Hi @chichi0114 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

@media screen and (max-width: 749px){
.multicolumn > .page-width > .center.small-hide.medium-hide {
    display: block !important;
}
body .multicolumn .title-wrapper-with-link.multicolumn__title > a.link.underlined-link {
    display: none !important;
}
}

 

 

image.png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
chichi0114
Shopify Partner
43 0 10

Hi DaisyVo,

 

Thank you so so much! It was a quick and easy fix. I was wondering how I can add an outline around the button (active), and fill the button when hovered?Screenshot 2024-12-10 at 12.38.27 PM.png

 

Thank you,

Chichi0114

DaisyVo
Shopify Partner
4430 491 584

Hi @chichi0114 

 

You can add this code below to the CSS field as well to make a border of the button and hover animation.

 

Here is the code: 

@media screen and (max-width: 749px){
.multicolumn > .page-width > .center.small-hide.medium-hide a.button.button--primary {
    border: 1px solid white !important;
}
}

 

image (16).png

Thank you so much!

 

Best,

Daisy - Avada Support Team. 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution