• Hi all,

    I am having difficulty working out how to increase the space in between the post links and the title of the current post. It’s a bit squashed together. See:

    https://www.jennifersando.com/archives/6

    I tried increasing the bottom margin in the .description in the css but nothing happened. Any ideas?

    Thanks in advance
    Jennifer

Viewing 4 replies - 1 through 4 (of 4 total)
  • .description should be the “subtitle” of your blog. When you are not sure what to modify in CSS, take a look at the source; in this way you can easily realize what code is rendered around the part you want to change.
    In this case (if I understood the question correctly) should be the .navigation class.

    Thread Starter jayess

    (@jayess)

    Hi Moshu,

    Well… I ended up playing with

    .alignright {
    float: right;
    margin-bottom: 20px;
    }

    .alignleft {
    float: left
    margin-bottom: 20px;
    }

    And I chucked those bottom margins in there and it has increased the space, but now the alignment is out of whack…

    Thos two divs are “wrapped” in the navigation div… so, you should look at that, not what is inside it ??

    Thread Starter jayess

    (@jayess)

    Hehe; ok – I’ll do just that. (I’m still learning!) Thanks muchly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increase bottom margin? (Kubrick theme)’ is closed to new replies.