[Resolved] Any Ideas to make my pages look better

Home Forums Support [Resolved] Any Ideas to make my pages look better

Home Forums Support Any Ideas to make my pages look better

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #1444411
    kyle

    No i think every page with this style is fine ๐Ÿ™‚

    #1444424
    Leo
    Staff
    Customer Support

    Ok try editing this CSS:

    .single .container.grid-container {
        max-width: 775px;
    }

    to this:

    .single .container.grid-container, .page .container.grid-container {
        max-width: 775px;
    }
    #1444431
    kyle

    Ok Leo, that worked but my home page changed. Sorry I only want other pages except my blog page and home page

    #1444437
    kyle

    Also I would like my other pages to be 900px width not 775px

    #1444440
    Leo
    Staff
    Customer Support

    Ok let’s take a step back and summarize this.

    – Home page and blog page –> default container width set in the customizer

    – Single posts: 775px

    – Static pages: 900px

    Is that correct?

    #1444447
    kyle

    Yes that’s correct Leo

    #1444467
    Leo
    Staff
    Customer Support

    So edit this CSS:

    .single .container.grid-container, .page .container.grid-container {
        max-width: 775px;
    }

    To this in order to separate them:

    .single .container.grid-container {
        max-width: 775px;
    }
    .page:not(.home) .container.grid-container {
        max-width: 900px;
    }
    #1444476
    kyle

    Hi Leo, it still affects my home page?

    #1444483
    Leo
    Staff
    Customer Support
    #1444497
    kyle

    Bada bing bada boom, thanks Leo, that seemed to have worked!

    #1444502
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.