Happening Now! Exclusive AMA: Improving your Return Management with Shopify Experts | Post your questions to be answered by our team!

Re: Spacing Issue with Translate & Adapt

Solved

Why is there a spacing issue with Translate & Adapt in Arabic on my Dawn theme?

Asim-VZ
Tourist
9 0 3

Hi,

I'm using Translate & Adapt with both English and Arabic languages. When convert to Arabic, the last two footer menu items are having a spacing issue and appear close to each other's. see pic attached

AsimVZ_0-1674722670112.png

The theme I'm using is Dawn. link: www.vizerzone.com / PW: 123456

Please help!

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3094

This is an accepted solution.

Hi @Asim-VZ 

This is Victor 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 base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

a[href="/ar/pages/maroof-e-platform"] {

    margin-right: 12px !important;

}

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1785 3094

This is an accepted solution.

Hi @Asim-VZ 

This is Victor 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 base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

a[href="/ar/pages/maroof-e-platform"] {

    margin-right: 12px !important;

}

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

Asim-VZ
Tourist
9 0 3

Thank you so much Vector. It worked 😊

PageFly-Victor
Shopify Partner
7865 1785 3094

You are welcome @Asim-VZ