Center menu on Triton lite theme
-
Hi everyone,
i tried to center the (triton lit theme) menu with this code:
.menu {
text-align: center;
}
.menu ul {
display: inline-block;
}i just put it in the blank css page in the custom design sheet as it said, i saved but it didn’t work… does anyone know how to put this menu centered?
thank you!!
The blog I need help with is: (visible only to logged in users)
-
Also i would like to know if it’s possible to invert the “roll over” on images (based normal, and then, shade when the mouse comes over)?
-
I see you have your menu centered now. Nice Job!
You can give the following a try on the opacity, but it is interfering with them comments slideout and the date on the images.
.lay1 > div img:hover { opacity: 0.7; transition: opacity 0.2s ease-in 0s; } -
-
- The topic ‘Center menu on Triton lite theme’ is closed to new replies.