How do you add this feature in mobile view?

url: testing (makerlab-electronics-ph.myshopify.com)

pass: saboten

Hi [email removed]Niceeee,

You can try this code by following these steps:

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

Step 2: Search file component-menu-drawer.css

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

@media(max-width:767px){
.menu-drawer__utility-links:before {
    content: "follow us on:";
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 16%;
}
}

Hope my solution works perfectly for you!

Best regards,

Richard | PageFly