1. ukfish1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 06 July 2017
  5.  Subscribe via email
Hi

ref: http://www.apex22.co.uk

Is it possible to set the header 2 position ( currently showing email and phone number) to be centered and sit above the logo in mobile view.

Currently the header position is obscured by the logo

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...

@media only screen and (max-width: 1140px) {
#header {
display: flex;
flex-direction: column;
}
.header-2 {
order: -1;
position: relative;
text-align: center;
width: 100%;
}
.header-2 .custom {
padding: 0;
width: 100%;
}}


CiarĂ¡n
  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!