Is there any way that I can center my navigation in my footer thorough custom css on yola silver? My site is compdev.ndhmt.com? I have tried playing around with the css for the footer but its not turning out like I want it to. Thanks!
- 157 Posts
- 3 Reply Likes
Posted 8 years ago
- 7473 Posts
- 2115 Reply Likes
Hello Nathan,
I haven't seen any reference to CSS being placed in the footer area
Try this and see
Ref: http://webdesign.about.com/od/htmltag...
I haven't seen any reference to CSS being placed in the footer area
Try this and see
<div style="text-align: center;">
Type or place your text or other elements (including images, tables, and so on) that you want centered.
</div>
Ref: http://webdesign.about.com/od/htmltag...
- 157 Posts
- 3 Reply Likes
- 7473 Posts
- 2115 Reply Likes
Yes. Thank you:
The styling affecting this is:
The float: left is pulling it over. Someone had a trick for this and I just can't recall. I'll keep on looking and hopefully come across something.
The styling affecting this is:
div.ys_footer div.ys_bottom_nav ul {
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
}
The float: left is pulling it over. Someone had a trick for this and I just can't recall. I'll keep on looking and hopefully come across something.
- 4448 Posts
- 190 Reply Likes
Hello Nathan
I have forwarded your request to our Coding experts. Please allow a while for them to reply. I will update you as soon as we know more.
In the meantime, if you don't want to wait, you can try to ask this question to one of our knowledgeable power users, e.g. Shawn Holman. Please see his most recent post here: Request a script, share a script. He is open for requests and has invited the Yola community to ask him questions.
I have forwarded your request to our Coding experts. Please allow a while for them to reply. I will update you as soon as we know more.
In the meantime, if you don't want to wait, you can try to ask this question to one of our knowledgeable power users, e.g. Shawn Holman. Please see his most recent post here: Request a script, share a script. He is open for requests and has invited the Yola community to ask him questions.
Nathan Henderson
Philip Taylor