• Resolved hugofant

    (@hugofant)


    Hi,
    i’ve set “Page Width” to “full screen” and “Blog Layout” to “Blog Full Width & no Sidebars” – nevertheless pages and blogs are shown only with a max. width of about 1200px.
    The header image and also the menue background color is real “full width” (2560px).

    Would be thankful for some hints.

    thanks in advance and best regards

    • This topic was modified 6 years, 3 months ago by hugofant.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Styled Themes

    (@gejay)

    Hello @hugofant,

    Not much clear about your query! Is it you want to increase the max-width? or please elaborate.

    Thanks!

    Thread Starter hugofant

    (@hugofant)

    Hi,
    thanks for your answer and sorry for not being clear enough.

    I thought, that “full screen” would “stretch” also the content (menues, blog text and so on) to the windows borders, but it doesn’t – only header image and menu background behaves as expected, blog content and menues stay in the middle of the page with a width of about 1200px.

    So, yes, i want to increase the max-width of the content and menues.

    Thread Starter hugofant

    (@hugofant)

    think it’s caused by

    if ( ! isset( $content_width ) ) {
    $content_width = 1140; /* pixels */

    in functions.php

    but changing it to any other value has no effect….

    Theme Author Styled Themes

    (@gejay)

    Hello @hugofant,

    Here is a quick fix. Please add the following css inside the additional css section inside Dashboard>>Appearance>>Customize;

    .container {
        width: 90%;
    }
    /* for instance; For width more than 1440px */
    @media (min-width: 1440px){
     .container {
         width: 90%;
     }
    }

    Note: You can change the width of your own.
    P.S: If you’re modifying any theme file/s, please use child theme

    Let us know.
    Thanks!

    Thread Starter hugofant

    (@hugofant)

    works like a charm – thanks a lot for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘“full width” working only for header but not for pages/blogs’ is closed to new replies.