1. ukfish1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 19 November 2018
  5.  Subscribe via email
ref: http://www.west5web-test.co.uk/

I have left aligned the logo at the logo and created a new module position in the right hand side of the header.

Unfortunately the logo and newmodule content overlap each other in mobile view. Can you help with getting the two modules stacked in mobile view rather than overlapped please.

Thanks. Paul
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 767px) {
#newmodule {
position: static;
order: 1;
margin: -35px 0 50px;
}
.header-wrap {
flex-direction: column;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
perfect, many thanks

Paul
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!