Hello, I’ve been trying to move the search Icon from left to right (on mobile only) like it shows on desktop. Here is the site in development.
https://nsimerch.myshopify.com/
If anyone could help, that would be great. Thanks ![]()
Hello, I’ve been trying to move the search Icon from left to right (on mobile only) like it shows on desktop. Here is the site in development.
https://nsimerch.myshopify.com/
If anyone could help, that would be great. Thanks ![]()
hello @Noblec
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (max-width: 729px){
.site-header .wrapper.header-wrapper .grid .grid__item .inner-nav-containers .site-nav__item:nth-child(2) {
position: absolute;
right: 35px;
}
}
Please follow the steps:
Legends! Thank you very much and sorry for the late reply. Much appreciated.