• Resolved Ian Schoonover

    (@iantskon)


    My client put this layout together and I’m just wondering how feasible it would be to make these kinds of changes to your frontier theme in order to adopt this layout..
    See link to layout HERE

    Basically the header stretches 100% across the top of the page while the content area remains somewhere around 960px, but then he wants the slider to extend out 20-30 pixels on either side of the content area.

    Not sure if this is even worth pursuing, but I thought I would ask.

    Thanks in advance,
    Ian

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter Ian Schoonover

    (@iantskon)

    Something else I noticed, which isn’t a huge deal, but would be nice if it weren’t there. There’s a thin 1px white line at the bottom of the home page slider. Any idea how to fix this? I tried re-sizing some of the containers, but nothing worked.

    Thread Starter Ian Schoonover

    (@iantskon)

    btw, obviously this stuff is more about my site and less about your frontier theme at this point, so if you decide you’d rather not spend any more time on all of these questions just say so, I know your time is valuable.
    Thanks,

    Ian

    Theme Author ronangelo

    (@ronangelo)

    @iantskon

    This header is becoming the bane of my existence >.<

    Remove the white div’s height then add overflow: hidden;
    If you need that area to be a specific height when on desktop then the best approach would be to re-edit the logo image and change its height so that the div will follow.
    ?

    There’s a thin 1px white line at the bottom of the home page slider.

    After a little hide and seek ??

    .sliceshow-slideshow .slides > li {border-bottom: none;}

    ?

    btw, obviously this stuff is more about my site and less about your frontier theme at this point, so if you decide you’d rather not spend any more time on all of these questions just say so, I know your time is valuable.

    No trouble at all. If I happen to be here on the forums and if I happen to know the answers, then why not.

    Thread Starter Ian Schoonover

    (@iantskon)

    @ronangelo

    You’ve done it again! Thanks again for all your help. Hopefully I won’t have to bother you again on this project. ??
    Cheers!

    Ian

    Thread Starter Ian Schoonover

    (@iantskon)

    @ronangelo
    and of course I have another question not but 18 hours later..

    Remember when we changed the #container to overflow: visible to allow the slider to expand its edges? Firefox doesn’t like that code, it looks fine on the front page with the slider, but on every other page without the slider we get this.
    If I change the #container to hidden then it solves that issue.
    So my question is, how do I get only the front page’s container overflow to be visible, while the remaining pages remain hidden?

    Thanks

    Theme Author ronangelo

    (@ronangelo)

    The <body> tag outputs a class unique to every page. You can add that before the #container.

    body.home #container {overflow: visible;}
    Thread Starter Ian Schoonover

    (@iantskon)

    good to know! Thanks a million.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Is this layout feasible?’ is closed to new replies.