1. FCPeggy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 20 April 2018
  5.  Subscribe via email
Fedora template - change position of logo and menu.
Would like to center logo in top area.
Move menu to another position, centered, below the logo - possibly position-2 or breadcrumb.
Looking to make an older style website - need to recreated with menu below logo image.
Please advise on what coding I need to change since I'm working on a test site.

fedora change.jpg
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Please provide a URL to your test site.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

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

#logo {
padding: 0;
}
.hornavmenu {
padding: 0;
width: 100%;
display: flex;
justify-content: center;
}
.hornav > ul > li > a {
line-height: 54px;
}


Ciarán
  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!