Account icon

Account icon

Suco
Explorer
117 0 14

IMG_2434.jpeg

 url - https://492dea-24.myshopify.com/pages/landing-page-apr-25-23-07-50

pass- Humblee3030

Hello guys do you know how I can put the account icon right there 

Replies 2 (2)

niraj_patel
Shopify Partner
2391 516 515

Hello @Suco 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen (max-width: 767px){
 .header {
     grid-template-areas: "icons left-icons heading" !important;
     grid-template-columns: 1fr 1fr 2fr !important;
 }
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Suco
Explorer
117 0 14

Hi , didn’t work for me 😭😭