SnarkyCupcake Administrator
| Subject: → Center Page Navigation Menu Links ← Sat Jan 24, 2015 11:56 pm | |
| - [You must be registered and logged in to see this link.] wrote:
If you’re a Blogger user, you know that the [You must be registered and logged in to see this link.] is a little less than pretty. Sometimes you want it to line up properly with the rest of your layout and not appear aligned to the left as it is by default. I already showed you [You must be registered and logged in to see this link.], so now I wanted to show you how to center the [You must be registered and logged in to see this link.] as well.
The code is simple really. All you need to do is head on over to your Template page, click theCustomize link, and scroll down to where it says Advanced in the top left hand menu. From there, select Add CSS and enter the following code:
- Code:
-
.PageList {text-align:center !important;} .PageList li {float:none !important; display:inline !important;}
|
|