[Resolved] Change image location in header element

Home Forums Support [Resolved] Change image location in header element

Home Forums Support Change image location in header element

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1354385
    William

    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?
    Where book image to go

    Thank you very much

    #1354531
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try this:

    @media (min-width: 768px) {
        .page-hero #category_image {
            margin-left: 50%;
        }
    }
    #1354844
    William

    Thank you that’s perfect!

    #1355503
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.