Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #377820

    I’m building a site for a client that I intend to use Enfold for and he wants it to be similar to http://www.hymanarchive.com/ with a full size background image and a small content box in the centre of the page. The rest of the site – pages, blog and forum – will be a conventional layout.

    I’ve set the Template under Page Attributes to Blank – no Header, no Footer for the home page only and I now want to restrict the width of the content area – is there a template file that I can edit for just that Page Attribute?

    #378134

    Hi Artinet!

    Thank you for using Enfold.

    You can add the content inside a 1/1 column to restrict the content area.

    Best regards,
    Ismael

    #378982

    Hi Ismael

    I tried that, but the white background spans the full browser width, even though I have set the main layout to Boxed Layout. I also tried three 3/1 columns, with content in the centre one, but the result was the same.

    I want the white area to be around 600px wide, although it’s only got to be that width on the home page (using the template Blank – no Header, no Footer), as the rest of the pages and blog need to be the ‘conventional’ default layout.

    I’m trialling it at http://www.001.artinet.co.uk/ for the moment – obviously I’ll purchase a new licence when I know that I can achieve the desired layout.

    By the way, I’m not receiving notifications for forum topics any more, they used to be OK. I am receiving other emails to the address in my profile OK and I always check my spam folder as soon as anything arrives in it.

    #379271

    Hey!

    Try to add this on Quick CSS or custom.css:

    .home.avia-blank #main, .home #wrap_all {
    background-color: transparent;
    border: none;
    }
    
    .home.avia-blank #main .container_wrap:first-child {
    border: none;
    }
    
    #top.boxed.avia-blank .container {
    background: #ffffff;
    }

    Regards,
    Ismael

    #379392

    Hi Ismael

    That worked with a couple of tweaks – many thanks.

    Any idea why I’m not receiving notifications for forum topics?

    Regards
    Malcolm

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Edit home page template only’ is closed to new replies.