Hi there,
Please someone could help me cause I don't find by my self the exact css code to center the secondary menu with pagelines?
Thanks for fast reply;)
Best Answer batman , 09 December 2012 - 12:44 AM
Hi Stefano
I´m not sure (I have not your URL live)
But you can try with
#secondnav ul { text-align: center; }
#secondnav ul li { float: none !important; display: inline-block; }
![]()
Posted 09 December 2012 - 12:29 AM
Hi there,
Please someone could help me cause I don't find by my self the exact css code to center the secondary menu with pagelines?
Thanks for fast reply;)
Posted 09 December 2012 - 12:44 AM Best Answer
Hi Stefano
I´m not sure (I have not your URL live)
But you can try with
![]()
Posted 09 December 2012 - 03:03 AM
Thanks Bat!![]()
Posted 09 December 2012 - 03:04 AM
This work!
Thanks
The final css is this:
#secondnav ul {
text-align: center;
}
#secondnav ul li {
float: none !important;
display: inline-block;
}