• dczepiel

    (@dczepiel)


    Hello,

    I am trying to set up a blog at https://dariuszczepiel.pl/blog but I am having serious trouble with the post area width. I do not need no sidebar (or only a small one) and I do need to paste images that would be at least 700-750px wide – currently that’s not possible as you can see on the website.

    I would love my blog structure to look like Heather Armstrong’s blog here: https://www.heatherphoto.ca/blog/
    She’s got the width set up just like I want – she even sent me her style.css but even though I pasted it directly into my theme the post width still did not change.

    Is there anyone who would help me or guide me how to edit the code so that I got my width just like Heather ?

    I would really appreciate any help !

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dczepiel

    (@dczepiel)

    Anyone?

    Here’s my style.css

    [Mod Note: Chunk of code removed. If you want to post large blocks of code, please use a pastebin.]

    Thread Starter dczepiel

    (@dczepiel)

    anyone please?

    style.css is here
    https://wordpress.pastebin.ca/1830417

    Michael

    (@alchymyth)

    in screen.css, try to change
    .span-15 {width:590px;}
    into
    .span-15 {width:950px;}

    see if that has any negative effects in any browser or on any page, or post in your site.

    Thread Starter dczepiel

    (@dczepiel)

    perfect hint !!!

    I noticed the source code of my main page has div class=”span-15 colborder home” while the <div id=”sidebar”> content is at the same tume in a div class “span-8 last”

    That means span-15 + span-8 must give me total width I can have abnd originally in the screen.css file the numbers are 590px for span-15 and 310px for span-8 – total 900px

    I changed span-15 to 800px and span-8 to 100px – at the moment it works – I’ll test it for some time and report if it is not good but it looks like the problem is solved.

    alchymyth – your help is much appreciated !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Modularity Lite] Post width problem’ is closed to new replies.