Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Making my post title fluid?

  • This topic is empty.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #44645
    CyberStorm
    Member

    This is the site I’m working on: http://dlit.co.za/

    I want to be able to make the post title fluid like on this site: http://clevva.net/contact/

    The CSS i’m targetting is:

    .block-type-content .entry-title {
    height: 140px;
    background-image: url(post_title_pic.png);
    background-repeat: no repeat;
    background-size:100%;
    }

    For some reason it won’t expand to the edges of the browser window like it does on http://clevva.net/contact/

    I’d appreciate any help at all.

    I’m using:

    Headway 3.4.11
    Wordpress 3.5

    Thank you.

    #134508
    chrisburton
    Participant

    Are you trying to copy the design?

    #134516
    CyberStorm
    Member

    Yup

    #134520
    Paulie_D
    Member

    You have a wrapper on your page

    div.wrapper {
    width: 940px;
    }

    They use an ‘inner’ container to limit centered content.

    Kinda like this: http://codepen.io/Paulie-D/pen/oGKtA

    #134521
    chrisburton
    Participant

    @Paulie_D Should we be helping those who try to copy from others?

    #134525
    Paulie_D
    Member

    @chrisburton I see your point but if it’s just for practise…then again, that might not be the case here.

    #134528
    chrisburton
    Participant

    @Pauly_D Seems like a business to me.

    #134538
    CyberStorm
    Member

    It is indeed for a business. Im guessing then because of that I can’t request support?

    #134540
    chrisburton
    Participant

    It’s unacceptable to copy others, therefore I won’t but if someone else wants to that’s up to them.

    Take a listen (includes sarcasm): http://t.co/JGiiRbU0Ju

    #134557
    TheDoc
    Member

    Meh, doesn’t look like a complete rip. @CyberStorm, if somebody asks you if you’re trying to copy a website (ie, *steal*), you probably shouldn’t answer with a ‘yup’.

    Maybe they meant they were just trying to copy this particular feature? *crosses fingers*

    #134588
    chrisburton
    Participant

    @TheDoc

    > if somebody asks you if you’re trying to copy a website (ie, steal), you probably shouldn’t answer with a ‘yup’.

    Ah, this made me laugh.

    Anyway, maybe not a direct copy and paste (colors, type, etc.) but it looks clear to me. Changing a few things doesn’t distort the fact.

    #134613
    CyberStorm
    Member

    hahahah :-p
    Noted.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘CSS’ is closed to new topics and replies.