Viewing 3 reply threads
You must be logged in to reply to this topic.
I’ve tried numerous combinations of text-align:center for the different classes in the footer area.
footer_wrapper, row-fluid.ff, nav_menu-7, etc. I can’t seem to figure out how to get the menu to slide right a little bit.
Hello,
Can i please see a link of your site? I can send you the right code to add. The link you have set up in your profile details is not correct.
Let us know.
Best regards!
Hello,
Please add this code into your custom css box:
footer#footer .inner .row-fluid.ff .span12:first-child:last-child {
width: 300px;
position: relative;
left: 45%;
margin-left: -150px;
}
Edit the values to your wish. If any of the attributes does not give effect, then just add !important to it.
Best regards!
You must be logged in to reply to this topic.