• Closed
  • Anonymous
    Inactive
    10.05.2015 at 02:11 #17398

    Hi,
    I’ve just purchased alora theme and it looks great but immediately I came across apparently simple problem.
    I want my site to be in wide layout (100% of browser window) both for posts and pages.
    When I change Theme Options > Background > Layout from boxed to Wide, it has NO effect on frontend layout.
    What do I do wrong?

    Roman
    Spectator
    Posts: 3147
    10.05.2015 at 08:18 #17400

    you must also choose 100% Width Template on the Page Attributes, then it will work as you need 😉 http://prntscr.com/73jq7a

    Anonymous
    Inactive
    Posts: 3
    10.05.2015 at 12:49 #17406

    Hi Roman,
    But with 100% width, sidebar disappears and still there is no solution for full width post category page.

    I better explain exactly what I need:

    • front page – latest posts with sidebar, 100% width
    • category page – 2 or 3 columns with sidebar, 100% width
    • single post page – with sidebar, 100% width
    • single page – width sidebar, 100% width

    generally speaking all site 100% width with left sidebar.

    Something similar to this

    How can I do it?

    Roman
    Spectator
    Posts: 3147
    10.05.2015 at 14:14 #17409

    try this Custom CSS then:

    #header-sticky .alora-row,
    #header .alora-row,
    #main .alora-row,
    .footer-area .alora-row,
    #slidingbar-area .alora-row,
    #footer .alora-row {
    max-width: 100%;
    }

    modify the percentage value per your needs

    Anonymous
    Inactive
    Posts: 3
    11.05.2015 at 00:18 #17410
    This reply has been marked as private.
    Anonymous
    Inactive
    Posts: 3
    11.05.2015 at 01:04 #17411
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    11.05.2015 at 11:58 #17416

    Please download and install this plugin https://wordpress.org/plugins/custom-field-bulk-editor/

    Then visit Posts -> Bulk Edit Fields, check all posts, scroll down, then insert in the input fields:

    Custom Field Name: pyre_sidebar_position
    Value: left

    Hit the Save Custom Fields button

    If required, do same thing for the Pages. Let me know if the problem is solved