You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › Prestashop Theme › SNS Simen – Responsive Prestashop Theme › position elements on mobile
Hello
Since the correction, on mobile only the elements of the header are not well positioned (see the capture)
my logo, my search bar, my cart, my menu, my image …
I managed to put my logo with this code but I’m not sure if it’s true:
@media (max-width: 480px) {
#sns_header .logo #logo img {
top: -20px;
position: initial;
}
}
how make to replace this elements correctly please ?
Thanks, Laetitia
ATTACHMEN
You must be logged in to reply to this topic. Click here to login or register