Results 1 to 8 of 8

Thread: Changing the header ad from 468 to 728

  1. #1
    Thread Starter
    Amateur
    Not a Verified Customer
    LCarter869's Avatar
    Join Date
    May 2009
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Changing the header ad from 468 to 728

    I'm attempting to change the header ad from the default 468 size to the banner size of 728.

    I placed the code for the 768 banner and it made the banner higher than my logo. Is there any way I can make both parallel?

    Thanks!

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Changing the header ad from 468 to 728

    You'll have to tinker with the master.css file.

    Change this style. I would start with the bottom:20px and make it a different number.

    Code:
    .header-ad {
    bottom:20px;
    position:absolute;
    right:20px;
    }

  3. #3
    Junior Member
    Not a Verified Customer
    Spacifieds's Avatar
    Join Date
    Aug 2009
    Location
    California
    Posts
    46
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Changing the header ad from 468 to 728

    This is simple... I've implemented this on my site and it works great.

    I simply set the

    Code:
    right:20px;
    to

    Code:
    right:0px;
    And it removed the white space beneath my 728 ad.

    Regards,
    Eric

  4. #4
    Amateur creekslist's Avatar
    Join Date
    Jan 2010
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Changing the header ad from 468 to 728

    I need to delete this post but there is no button for that here??

  5. #5
    Amateur creekslist's Avatar
    Join Date
    Jan 2010
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Changing the header ad from 468 to 728

    Yeah can someone go over a tutorial in the CSS or PHP as to how to make a larger banner space. The 60px height is too small to show anything. The width is ok but at least 300 on the height. Can we get a moderator to post how to open this area up to other banner options, and please mention what line # of code your working with, thanks.

    John in Charlotte NC

  6. #6
    Amateur creekslist's Avatar
    Join Date
    Jan 2010
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Changing the header ad from 468 to 728

    You'll have to tinker with the master.css file.

    Where is the ( master.css ) file? you guys never mention what folder these are in. Is this the one in Styles folder? Clarification for those of us that didn't build this from ground zero would be outstanding.

    Please advise -

    John

  7. #7
    Amateur
    Not a Verified Customer
    musicaofertas's Avatar
    Join Date
    Mar 2010
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Changing the header ad from 468 to 728

    Quote Originally Posted by Spacifieds
    This is simple... I've implemented this on my site and it works great.

    I simply set the

    Code:
    right:20px;
    to

    Code:
    right:0px;
    And it removed the white space beneath my 728 ad.

    Regards,
    Eric

    wherre is that?

  8. #8
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Changing the header ad from 468 to 728

    Quote Originally Posted by dcowgill
    You'll have to tinker with the master.css file.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)