How to move the account icon away from the logo?

Account icon is visible just next to logo. Need to shift

https://arianica.myshopify.com/

password- 10101

Hi @Mukuldm , Can you please provide yout store password so I can help you with this?

you can request partner access.

Hello @Mukuldm ,

It’s GemPages support team and glad to support you today.

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

Hi [email removed]Mukuldm,

You can try this code by following these steps:

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

Step 2: Search file style.css.

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

.nav-right-side{

position: absolute !important;

right: 32px;

}

a.cart.nav-search,a.cart.cart-icon–basket1{

position: static !important;

margin-top: 4px !important;

}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Your code is working fine… but number between cart is not visible in center.

you can add code

.site-control .cart div {
top:55% !important;
left:55% !important
}