Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #270173

    Dear Support,

    Is it possible to make the blog width fullscreen? I would really like it to look more light and not so center’ish?
    Link: http://ips-group.dk/vindmoelleindustrien/

    #270221

    Hey!

    This will do it:

    @media only screen and (min-width: 768px) {
    div.container.template-blog, div.container.template-blog .content, .div.container.template-blog, div.container.template-blog .content .standard-content, .div.container.template-blog, div.container.template-blog .content .entry-content, div.container.template-blog .content .entry-footer {
        width: 98% !important;
        max-width: none !important;
    }
    .content{
        padding: 0 20px;
    }
    }

    Best regards,
    Josue

    #271044

    Hi Josua,

    Sorry, but that dont do the trick.
    Actually it really looks rather bad and it also mess up the pages headlines, by pushing them all the way to the top of each page.
    All I really want is for the blog page to show each post like in a normal blog setup. Lines starting from the left to the right, centered as the rest of the pages, with a picture in the top of each post!

    Do I make sense? :)

    #272094

    Hey!

    Try with this instead:

    #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > *{
        max-width: none !important;
    }

    Result:

    Best regards,
    Josue

    #272370

    Perfect Josue :) Thx

    #272371

    Can I possibly make the font size less large – it looks larger than “normal” text on my site?

    #272498

    Hi!

    This will do it:

    .entry-content {
        font-size: 14px;
    }

    Cheers!
    Josue

    #273162

    Great :)

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog page width – is it possible to…’ is closed to new replies.