hey Shopify community
i want to change customer-login position a little bit to the right with notisible distance on mobile header view, is it possible with simple code? using ella theme website link: https://jumla.com.sa
image below for clarification, (note im using RTL feature enabled)
Hi @Ateeqjuhani
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 base.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
a.header__icon.header__icon–account.link.link–text.focus-inset {
margin-left: 12px !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly
1 Like
also if its possible to increase logo resolution upon posting because no matter how good quality the image pre posting it gets blurry immediately
thank you so much it worked
was wondering can you help me with logo blurry issue?
maybe its a code thing because i tired increasing the quality of the image and converting to WEBP still no avail