• hello
    Where oh where is the tweeky bit for this simple layout alteration?

    I’d like to change this:

    POST TITLE
    
    July 11, 2008 – 2:49 pm | by admin

    To this: (closer together but without effecting other text layout)

    POST TITLE
    July 11, 2008 – 2:49 pm | by admin

    (The theme is Blog Oh Blog and to date have changed a whole heap of design spacings in our new blog.. by trial and error of changing settings in the theme editor and seeing what has changed in the browser view… pretty basic but effective… trouble is this method runs on the fact of knowing where to find the tweeky bits first!!??)

    Where oh where is the tweeky bit for this simple layout alteration?

    thanks
    stephenn

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you post a link to your site?

    Thread Starter stephenn

    (@stephenn)

    we did think we’d keep our address link hidden, only because it is new and unknown and unfinished/prob not secures either!.

    If it is poss to see prob from the two examples of the themes themselves here they are (promise will reveal our link when we know it is presentable and set up secure)

    The post title and date with the big gap is seen in this one here:
    https://www.blogohblog.com/wordpress-theme-blog-oh-blog

    We would like the gap to be smaller like this one:
    https://www.blogohblog.com/wordpress-theme-blog-oh-blog-v20

    hope helpful. If not then when our set up is a littlw more secure we can go there.

    cheers for now
    stephenn

    Stephenn,

    Both blogs look almost identical in their spacing to me on FF3 on Linux.

    Here are some things for you to try in your style.css file:

    Change this:

    .post h2 {color: #333333;font:bold 20px Arial; padding-bottom:6px; text-align:left; line-height:26px;}

    to this:

    .post h2 {
        color: #333;
        font:bold 20px Arial, sans-serif;
        padding:0;
        text-align:left;
        line-height:20px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘changing the line space in post’ is closed to new replies.