1. ukfish1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 11 February 2021
  5.  Subscribe via email
ref: http://west5web-builder.co.uk

In mobile view, the header containing the adress and phone number and email are partially obsured.

How can I increase the height just for mobiles?

Thanks

Paul
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

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

@media only screen and ( max-width: 767px ) {
.header_top .wrapper960 {
height: auto;
}
.header_top .wrapper960 {
flex-direction: column;
}
.header-2 {
margin-left: 15px;
}}


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


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