Tagged: 

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #1116723

    Hi Enfold people.

    Using a full screen opener, on a boxed layout
    Is this possible, just for a home page?

    We want to use the boxed layout generally, but it would be nice to use a full screen visual for the landing page…
    If possible, whats the best way to go about it?

    Thank you
    Steve :-)

    #1116813

    Hey Stevo,

    Do you have a link to the site/page in question. You can possibly use css to break your header out of the box and make it full screen.

    Best regards,
    Jordan Shannon

    #1117010

    Hi Jordan – apologies!
    Added into Private below…

    Stevo :-)

    #1117262

    Hi Stevo,

    Thanks for that, please try the following in Quick CSS under Enfold->General Styling:

    .home.boxed {
        width: 100%;
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1117463

    Hi Rikard,

    It doesn’t seem to make any difference.
    I should explain the follwing:

    The WELCOME page is set in ENFOLD to be the landing page
    The HOME page is set in ENFOLD to be the BLOG, showing the newest entry.

    I tried changing the home into welcome in the css, but still no change…
    Stevo

    #1117661

    Hi Stevo,

    The Welcome page is your home page, that is why it has the .home class added to it. Where exactly did you put the CSS? It’s working when I try it in my browser.

    Best regards,
    Rikard

    #1117855

    Hi Rikard,

    I have put it in the Quick CSS section.
    I’m viewing from Firefox & Safari latest versions.

    It still shows the boxed version for me…
    Steve

    #1117950

    Hi Steve,

    Please try this instead:

    .home.boxed {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .home #header {
        width: 100%;
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1118094

    Thanks so much Rikard.

    Well, that stretched and centred 95% – excellent.
    You’ll see form the screenshots that the header didn’t stretch, and the logo didn’t center.

    Do I need to do anything to the header to make it stretch?
    Also, I am using a separate FOOTER PAGE for the footer. That didn’t stretch either (I suspect as it’s calling a separate page – any workaround?

    Thanks as always
    Steve

    #1118249

    Hi Steve,

    Thanks for the screenshots. Could you give us access to your site so that we can add and check the CSS ourselves please? Otherwise it’s difficult to give you accurate CSS.

    Best regards,
    Rikard

    #1118974

    Yes sure – sorry for the delay!
    Added in private…

    Steve :-)

    #1119074

    Hi,

    Thanks for that, though I’m being blocked by Wordfence. Could you disable that until we have helped you out please?

    Best regards,
    Rikard

    #1119143

    You should be OK now.
    I have unblocked Austria :-)

    #1119378

    Hi Stevo,

    Thanks for the update, please see private.

    Best regards,
    Rikard

    #1119600

    All ready for you Rikard! Sorry about that :-)

    #1119768

    Hi Steve,

    Thanks for that, please check your site now :-)

    Best regards,
    Rikard

    #1119809

    That’s a lot better. Thank you. Two short questions:

    1.How did you center the header logo – is it Quick CSS, so it will stay if the theme is updated?
    2. Is it easy/possible to have a different header image for the stretched version homepage?

    Regards,
    Steve

    #1119810

    Hi,

    1. Yes this update will be preserved in the event of updates.
    2. Its possible, but would require additional coding within a template file that goes beyond the scope of support here. Perhaps a freelancer can develop and if/else statement that can achieve this.

    Best regards,
    Jordan Shannon

    #1119817

    OK Jordan. Thank you.
    Can I just ask how the centering was achieved?

    Steve

    #1119821

    Hi,

    There was a left margin of 50% placed within the layout.css file.

    Best regards,
    Jordan Shannon

    #1119822

    Aha! Thank you very much Jordon.
    Case closed :-)

    #1119824

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Using a full screen opener, on a boxed layout’ is closed to new replies.