Have your say in Community Polls: What was/is your greatest motivation to start your own business?

about circle menu

Solved

about circle menu

basmet_harer1
Tourist
13 0 0

hello my friend i have use a circle menu section in my site its alignment center for pc but its not in mobile version how can i center it can you help me please.. 

https://basmet-harer.com/pages/our-team/our-team-vizmvutb

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @basmet_harer1 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag </body> -> save.

PageFlyHenry_0-1711247393669.png

 

 

<style>

@media (max-width: 767px){

.sp-circle-menu-grid {

    text-align: center !important;

}}

</style>

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @basmet_harer1 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag </body> -> save.

PageFlyHenry_0-1711247393669.png

 

 

<style>

@media (max-width: 767px){

.sp-circle-menu-grid {

    text-align: center !important;

}}

</style>

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

basmet_harer1
Tourist
13 0 0

thank you very much for the solution and the fast replay 🌹