Archived topic
Change image location in header element
3 replies · Started by William on July 6, 2020
Viewing posts 1–4 of 4
Hi there,
Is there a way to make the image in the header element float to the far left for just desktop, or, to have the image displayed in the position for desktop has shown?

Thank you very much
Hi there,
You could try this:
@media (min-width: 768px) {
.page-hero #category_image {
margin-left: 50%;
}
}
Thank you that's perfect!
You're welcome :)
This archived topic is closed to new replies.