Jump to content
Sign in to follow this  
elkiehound

Banner Height

Recommended Posts

elkiehound

How can I change the height of a banner from the default ? Thanks

Share this post


Link to post
Share on other sites
catrina

Add this CSS to your Custom CSS:

img {height: 100px;}

Note: This will also decrease the width of the banner. If you want to keep the width the same, but reduce the height, the best option is to edit the image in an image editing program.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
elkiehound

I put img {height: 100px;} in the custom css in Pagelines settings. Nothing changes. Can you be more specific.

Share this post


Link to post
Share on other sites
Sourena

The height of the banner and its image are not set by PlatformPro. The image shows up in its own size. The text begins right next to it and flows down until it ends. What do you mean by height here?


alefba.us

Web Development & Design for Right-to-Left languages

Share this post


Link to post
Share on other sites
elkiehound

The banner has a shade color to it. I want the area shaded to be smaller (less height), same width. Image not important. Just the size of the background shade of the banner

Share this post


Link to post
Share on other sites
kastelic

You could do this by eliminating padding in the

.banner-area

and other elements inside it. If your version of Firefox won't run Firebug why don't you upgrade? Or you could install Google Chrome which has a very similar inspector.

Share this post


Link to post
Share on other sites
elkiehound

You could do this by eliminating padding in the .banner-area and other elements inside it. What does this mean ? Can you give me specific place to put code with specific parameters please. Should not take a day to get this answer Running most current version of firefox. 3.6

Share this post


Link to post
Share on other sites
kastelic

Try this for starters:

.banner-area{padding:0;}

Put it in Custom Code -> Custom CSS Have you read the CSS tutorial Bryan posted? We're here to help but it goes a lot smoother if you make at least some effort to learn things for yourself.

Share this post


Link to post
Share on other sites
elkiehound

Jimmy, Thanks for the assistance, however putting .banner-area{padding:0;} in the Custom Code -> Custom section in Settings makes no change to the height of the banner background. Here is the page, I want the yellow banner to be about 1/2 the current height. http://elkhound.dyndns.org:8888/?page_id=532 Thanks Roy PS: Yes, I have done the tutorial, twice.

Share this post


Link to post
Share on other sites
Guest Guest

You can adjust the height of the banner area by playing around with the following in custom CSS:

#highlight .content-pad .highlight-area {height: 80px;}

If you want it any shorter than that you're gonna have to edit the actual contents of the banner I think.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×