1. Balmmnd77
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 12 February 2023
  5.  Subscribe via email
hi, is there a way to change the position of the menu for this j51_novah j4 template please in mobile view as the black line is taking up the visibility of the slideshow. how can we remove the black line or show the menu at the top (above the logo) in mobile view?
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The only option easily available would be to move it. This can be done by adding the following to the Custom CSS field of your template settings..

@media only screen and (max-width: 1140px) {
.header_nav {
order: -1;
top: -65px;
position: relative;
}


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!