• Resolved joeklein

    (@joeklein)


    I am using your awesome Omega Ver. 1.0.5 Theme with Church Ver. 0.6.0 child theme.

    I know that there’s the feature to select content only for full page.

    However it is not completely full page.

    I would like to know how I could create a full page using the width not just hiding the sidebar?

    Thank you in advance for your help and I really appreciate your hard work!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Can you please share your link?

    Theme Author Han

    (@hwijaya)

    I’ll fix this in next update. For quick fix, go to “Appearance > Customize > CSS” and drop this code.

    .layout-1c .content {
    	padding-right: 0;
    }
    Thread Starter joeklein

    (@joeklein)

    Thank you for your response.

    However the CSS you gave is not fixing the issue, the logo I placed on the top left corner still stays in the same spot even when scrolling.

    http://chinaassured.com

    I need the logo to stick to the same spot.

    Thank you again for your great work.

    Theme Author Han

    (@hwijaya)

    That logo is generated from BNS Corner Logo plugin you installed, not a part of the theme. Btw, try this code.

    div.bns-logo.fixed-top-left {
        position: absolute;
    }

    Thread Starter joeklein

    (@joeklein)

    That is correct. that logo is generated by the BNS Corner Logo plugin.

    The last CSS code you provided worked.

    Thank you again for your hard work and quick response.

    is there a place I could go to to give you some support?

    Theme Author Han

    (@hwijaya)

    Please check this link: http://themehall.com/contribute

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Full Page Width template’ is closed to new replies.