1. Ale
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 01 March 2017
  5.  Subscribe via email
Hi Ciaran, I need two changes in my Trinity template:

1.- Move the logo to left side (attached image)

2.- How to enlarge the menu letters?

Thank´s...
Regards!
References
  1. http://www.siberia.cl/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. It would be better to move the triangle shape to the right. Your logo if moved to the left will appear outside of the viewport on smaller screens. To do so try adding the following to the Custom CSS field of your templates parameters...

.logo_container::before {
right: -140px;
}


2. To amend try adding the following to the Custom CSS field of your templates parameters...

.hornav > ul > li > a {
font-size 14px;
}


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

.hornav > ul > li > a {
font-size 14px;
}

but it never works..

but found this code to work best with modifying the Hornav font size

.item-464, .item-464 > a {
font-size: 20px !important;
}
.item-482, .item-482 > a {
font-size: 20px !important;
}
.item-493, .item-493 > a {
font-size: 20px !important;
}
  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!