Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2008
    Posts
    104
    Plugin Contributions
    0

    Default Centerboxheading

    You see how that last oval in my centerbox heading is cut off? I would like to know how to make a completely different centerbox heading than the sidebox heading. And also how to stretch the image in the centerbox heading only.

    www.halosweddingfavors.com
    Halo's Ethereal Favors - Wedding Favors, Baby Shower Favors, Baby Gifts & more!

    Visit Our Blog:Halo's Favors Blog

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Centerboxheading

    Start in your stylesheet.
    Code:
    h2.centerBoxHeading {
    	font-size: 1.3em;
    	color: #000000;
    	}
    
    /*sideboxes*/
    ...
    
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: #FFE4B5;
    	background-image: url(../images/sideboximage.png);
    	padding: 0.5em 0.2em;
    	}
    Code:
    h2.centerBoxHeading {
    	font-size: 1.3em;
    	color: #000000;
    	background-image: url(../images/centerboximage.png);
    	}
    
    /*sideboxes*/
    ...
    
    .leftBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: #FFE4B5;
    	background-image: url(../images/sideboximage.png);
    	padding: 0.5em 0.2em;
    	}

  3. #3
    Join Date
    Apr 2008
    Posts
    104
    Plugin Contributions
    0

    Default Re: Centerboxheading

    aha, thank u
    Halo's Ethereal Favors - Wedding Favors, Baby Shower Favors, Baby Gifts & more!

    Visit Our Blog:Halo's Favors Blog

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Centerboxheading

    Also copy margin, padding, etc. to the h2.centerBoxHeading rule as required.

 

 

Similar Threads

  1. centerBoxHeading
    By Alfa in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2009, 04:40 PM
  2. centering centerboxheading
    By prodesk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Feb 2007, 10:22 PM
  3. .centerBoxHeading
    By FireCat in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Jan 2007, 03:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg