Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter LotNW

    (@lotnw)

    Just a kind reminder… Any possibility to solve situation described above?

    David 9

    (@davidhamilton)

    I’m not sure if this will affect your other pages but put this in your CSS and see what happens. Let me know if it works

    body:not(.home):not(.front-page) .site-branding {
      width: 25%;
      top: 20%;
      position: absolute;
    }

    Regarding the shop page, try adding this code-

    .woocommerce .header-image {
    display: none;
    }
    .woocommerce #page {
    width: 75% !important;
    float: right !important;
    }

    Thread Starter LotNW

    (@lotnw)

    David 9,
    Thanks, but nothing changed…

    divjotsingh_440,
    Thank you, it mostly helped. But now page content overlaps with primary upper menu…

    Add the following code-

    .woocommerce #page {
    margin-top: 30px;
    }

    Thread Starter LotNW

    (@lotnw)

    Now it looks Ok, thanks!

    For information – applying of the same parameters for bbPress page works too.

    .bbpress .header-image {
    display: none;
    }
    .bbpress #page {
    width: 75% !important;
    float: right !important;
    }
    .bbpress #page {
    margin-top: 50px;
    }

    I just downloaded the theme and its great. Is it possible to have the option of a two column and sidebars in the pages template instead of just the Default Template.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Pages layout’ is closed to new replies.