- Posts: 17
- Thank you received: 0
Move images in header/top position when mobile
-
Redo-It
Inactive member - Topic Author
- New Member
Less
More
8 years 3 months ago #46775
by Redo-It
Move images in header/top position when mobile was created by Redo-It
Hello There,
I'm struggling with postioning some images in the header/top part of the template.
What I would like to do : when viewing the site (for now, local site on my pc, but more or less previous version can be found online at www.ji-consult.be/sleepwellmob ) on a normal pc, there is a 'book now' button, in the upper right corner (more or less).
When viewing this in 'mobile mode', this button, lays over another part of the logo image.
How can I fix that (see attached screenshot), this button, moves to (only in 'mobile viewing') position 1 or postion 2? Is it possible?
Tnx in advance !!
I'm struggling with postioning some images in the header/top part of the template.
What I would like to do : when viewing the site (for now, local site on my pc, but more or less previous version can be found online at www.ji-consult.be/sleepwellmob ) on a normal pc, there is a 'book now' button, in the upper right corner (more or less).
When viewing this in 'mobile mode', this button, lays over another part of the logo image.
How can I fix that (see attached screenshot), this button, moves to (only in 'mobile viewing') position 1 or postion 2? Is it possible?
Tnx in advance !!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
8 years 3 months ago - 8 years 3 months ago #46776
by milos
Replied by milos on topic Move images in header/top position when mobile
Hello,
Try adding this in CSS file:
Thanks,
Milos
Try adding this in CSS file:
Code:
@media (max-width: 477px) {
.search_box {
margin-top:-30px;
}
}
Thanks,
Milos
Last edit: 8 years 3 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.159 seconds