Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #79817
    Kenta
    Participant

    Dear,

    I set the latest posts on in content sidebar, and then gave small modifications through CSS, such as the size of pictures, and size of fonts.

    Nevertheless, I could never modify the space between each latest post. For exampkle, in my site, it refers to the space between the entry-summary and the entry-title.

    As you can see, there is a huge space (padding? margin?) in between. I simply want to reduce it through CSS. I kept my eyes peeled for how to change it on a trial-and-error basis. But, in the end I threw the game.

    My site URL is http://kenta-kiyomiya.com/

    I’m terribly sorry to bother you, but it’s very important for me.

    Thank you

    #79839
    Sakin
    Keymaster

    @Kenta: For that you can decrease margin-bottom and padding-bottom in the following css, as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #main #content .hentry {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    #79897
    Kenta
    Participant

    Hello Sakin,

    Thanks for your advice that works out!

    Now, I have another question that is beyond my head again.
    I tried to float the “entry-summary” to the right of an image because there is considerable space next to each image.
    I assumed I need to float the entry-summary to the right position of an image, but anything didn’t work.

    Is it possible to give such a change through css?

    Anyway, I had yet to rate this theme, while I was supported by you so much.
    I, needless to say, five-starred adventurous theme this time.

    Thank you very much.

    #79952
    Sakin
    Keymaster

    @Kenta: Have you customize the site as I see code <noscript> after each featured image.

    #80364
    Kenta
    Participant

    Sakin
    Thank your for your kindness every time I ask for help.
    The problem I was faced with was solved thanks to you.
    The <nonscript> was involved with a plugin, which has nothing to do with this, though.
    I added some modifications of clearing code to my css. And it’s all right now.

    Best regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘space between the latest posts in content sidebar’ is closed to new replies.