Hi when I added the store menu on purpose, as there was a default menu already, it went to the left. Even though the CSS says:
.sub_menu {
font-size: 11px;
text-align: center;
Any help please?
Cheers!!
Hi when I added the store menu on purpose, as there was a default menu already, it went to the left. Even though the CSS says:
.sub_menu {
font-size: 11px;
text-align: center;
Any help please?
Cheers!!
Hello??? Any ideas on how to fix this???
Cheers!!
Hi,
Can you give us a link on your site?
Regards,
Ismael
working in Mamp for now...
Hello,
What about a screenshot? Or try this
.sub_menu {
text-align: center!important;
}
Not sure if that is going to work as I have no idea what happened to the submenu.
Regards,
Ismael
Hi there,
so this ain't working either...
I already put the site online so you can see the problem:
Please I need this fix fast, cheers!!!!
Erik
Hi Erik,
Try to use this code:
.products .cufon_headings {
text-align: center;
}
Hope this helps. :)
Cheers,
Ismael
where should I put it? quick css is fine?
ok so no, it's not working either, the titles of the thumbnails in the shop move to the center, but not the submenu itself
if I take the float away, it centers but in a weird way, so it doesn't really solve the problem
anybody there????
Added this in the custom.css as indicated in another thread, but it didn't work for me...
div.product.status-publish {
width: 430px;
position: relative;
left: -200px;
}
Hello,
Sorry for the delay but when I visited the site I can't find the submenu. Did you remove it?
Regards,
Ismael
Yeah I took it out for the time being. Until I learn how to change it at least. Otherwise everything is moved and I just started want everything to look nice to whomever comes in.
If you have any new guesses be happy to try them out.
Cheers!!
Hello,
Try this one
.sub_menu {
position: relative;
z-index: 130;
font-size: 11px;
display: block;
margin: 0 auto;
float: none;
text-align: center;
}
Regards,
Ismael
You must log in to post.