Mobile Issue

Solved

Mobile Issue

MsMarj
Excursionist
29 0 2

Hi Experts help me to fix mobile issues

449377516_313884708359518_3150630032935679826_n.jpg

website url: https://areaoffice.com.au/

Accepted Solutions (2)

ProtoMan44
Shopify Partner
704 57 112

This is an accepted solution.

@MsMarj hey, thanks for posting here.
put it in css file or custom css blobl in customizer

.header-layout{
    flex-wrap: wrap;
}

if it helpful so pleas mar is as solved.
 thanks.

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!

View solution in original post

Dan-From-Ryviu
Shopify Partner
11399 2237 2410

This is an accepted solution.

Hi @MsMarj 

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

@media (max-width: 749px) {
.site-header__logo a { width: 110px !important; }
}

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 8 (8)

ProtoMan44
Shopify Partner
704 57 112

This is an accepted solution.

@MsMarj hey, thanks for posting here.
put it in css file or custom css blobl in customizer

.header-layout{
    flex-wrap: wrap;
}

if it helpful so pleas mar is as solved.
 thanks.

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
MsMarj
Excursionist
29 0 2

Thanks @ProtoMan44 all goods now

ProtoMan44
Shopify Partner
704 57 112

@MsMarj  your welcome 😊

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!

ProtoMan44
Shopify Partner
704 57 112

ProtoMan44_0-1719556448551.png

@MsMarj 

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
MsMarj
Excursionist
29 0 2

 

Can I remove the phone number and email, then place the email on a green background with the text "Call Us Now!"? Additionally, can we center the logo and the "Request a Quote" button?

ProtoMan44
Shopify Partner
704 57 112

@MsMarj  for your requirment it need to re code in theme file.

go the header file then code them again as you want.

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!

Dan-From-Ryviu
Shopify Partner
11399 2237 2410

This is an accepted solution.

Hi @MsMarj 

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

@media (max-width: 749px) {
.site-header__logo a { width: 110px !important; }
}

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

MsMarj
Excursionist
29 0 2

Thanks @Dan-From-Ryviu resolved