Need to Justify a list
-
Unfortunately, the site I’m working on isn’t live yet so I can’t provide a link. I apologize.
I’m using the following code to tweak the archive page. The list it generates aligns left and I really need it to have a justified alignment, without changing anything else in terms of appearance. I’ve tried various suggestions I’ve found via Google and looking through the forum here but nothing works and my coding experience is limited. I’d really appreciate some help with this. Thanks in advance.
/*-----------------------------------------------------------------------------------* /* = Archives Page Tweaks /*-----------------------------------------------------------------------------------*/ ul.bycategories { margin: 0; padding: 0; width: 100%; } ul.bycategories li { list-style: none; list-style-type: none; margin: 0; padding: 0 } ul.bycategories li a { list-style: none; list-style-type: none; margin: 0 14px 14px 0; float: left; background: #ffffff; border: 1px solid #8b8b8b; color: #191919; padding: 5px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } ul.bycategories li a:hover{ text-decoration: none; background: #5e9321; color: #ffffff; } .clear{clear: both;}
-
Please provide a link to a page on your site where we can see this. Thanks.
Thanks for responding. 🙂 As I mentioned, I can’t provide a link to the site I’m working on as it isn’t live yet. However, this is where I originally found the code I’m using, under the heading “Adding a List of all Categories”: http://www.wpbeginner.com/wp-tutorials/how-to-create-an-archives-page-in-wordpress/
The image they provide shows exactly how it appears. It’s aligned left and I would need it to have a justified alignment, if possible.
http://cdn.wpbeginner.com/wp-content/uploads/2013/05/archives-categories.pngThanks.
All this code your linking and pasting is irrelevant.
Please provide a link to a page on your site where we can see this. Thanks.
I’m sorry. I didn’t realize that. I’ll repost for help once the site is live. Thank you for your time.
The topic ‘Need to Justify a list’ is closed to new replies.