frankly.
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I remove the excess spacing everytime I use the bullet point?Thank you so much, numero. That worked! I really appreciate the help!
Forum: Fixing WordPress
In reply to: How do I remove the excess spacing everytime I use the bullet point?It seems pointless for me to create a new thread for this exact same issue, so I’ll pop it on the end of this one.
I am using Simple Custom CSS to install CSS…but numero’s code (which I have seen similar elsewhere online…and seems to almost universally work) doesn’t work for me. There is no change at all in the spacing between the paragraph and the bullet points.
All that is in my custom CSS is:
.entry-content ul li { list-style-type: none; font-weight: bold; color: #000000; } .entry-content ul li:before { content: "★"; padding-right: 2px; color: #e9678f; } p + ul { margin-top: -10px; }Is there something I should change?
Forum: Themes and Templates
In reply to: Confit – change main post/page width?Actually, I’ve just played around and found that changing #primary will move it (mostly).
It displays pretty much how I wanted it…except the footer. The footer remains where it was. There’s a footer and an infinite footer…I’m not sure which one to change (however, adding the exact same content padding/margin etc) to the footer made no difference at all..