1. ukfish1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 17 March 2021
  5.  Subscribe via email
Hi there

ref: http://west5web-developer.co.uk

In the top bar I have some buttonns and a google translator module.

These dispaly fine in wide screen mode but not in mobile view.

Is there a way to change the height of the header bart in small screen view and also ideally centralise and stack the three items.

Many 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 {
height: auto;
}
.header_top .btn {
display: inline-block;
}
.header_top .wrapper960 {
flex-direction: column;
}
.header-1, .header-2 {
margin: auto !important;
}
}


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!