• Hi,

    My theme is Fleur and I’m using the sidebar widget. The spacing just isn’t right and the indents on the list of links in categories are way too far in. Also, how can I get rid of those funny little hollow bullets and change them to solid ones or use a little graphic?

    What do I do to fix this?

    I would also like to show the WordPress version and anything else you might think is appropriate.

    Yes, I’m very new at this! I know html but not PHP, but I got a PHP book (Visual Quickstart PHP) and I also have a WordPress book (Visual Quickstart WordPress 2). I’m trying to learn.

    I will appreciate some coaching! Thank you so much!!!

    blog: https://highmountainwind.com/blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter highmtwind

    (@highmtwind)

    Update – since I haven’t heard back from anyone yet … I’ll simplify my questions: where do I change the line spacing in the sidebar, and how do I move the indents out to the left? Do I use the sidebar file in wp-admin? I couldn’t find where to make these html changes.

    Thanks so much!

    https://highmountainwind.com/blog

    you should make these changes in style.css

    you should control it using
    #sidebar ul {
    margin:0;
    padding:0;
    }
    #sidebar ul li {
    margin:0;
    padding:0;
    }

    try to add this to the end of style.css, if you do not want to change the existing one.

    Sadish

    Thread Starter highmtwind

    (@highmtwind)

    Hi Sadish, this was very helpful. Thank you. Then I also removed the padding for h1, so all are in alignment.

    Now, the next problem: I have line spacing issues. I would like to have a line space after each category of link in the sidebar. Right now the spacing is after the header of each category, rather than after the grouping of links in that category. I’m sure you will see what I mean if you go here: https://highmountainwind.com/blog

    Which file do I change to fix the sidebar spacing. I’m guessing it’s in the sidebar file. But it’s pretty confusing in there!

    I’ll appreciate your, or anyone’s, help!

    Thank you so much!

    Layne

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme: fleur – trying to add line spaces etc.’ is closed to new replies.