Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Moving sidebox headers off center

    I am tweaking with a test store for new sidebox headers. I like them but i find the titles are centered and cover the little image on the left of the header. I COULD align it right, which would look great BUT that also moves the content of several boxes to the right too.

    I tried adding some spaces in the titles but it does not seem to recognise them. Any suggestion? Any way to right align ONLY the header content and NOT the box content? If the header has two words, any way to break them in two lines in the header?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Moving sidebox headers off center

    Can't see your issue??

    Where is your site??

  3. #3
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Re: Moving sidebox headers off center

    OOPS.... here is the link for the test store: http://creationcassel.com/storetest

    As you can see, the sidebox header has a little flower on the left, but the words can overlap it when it is centered.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Moving sidebox headers off center

    Find in your stylesheet.css file
    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 1em;
    	color: #ffffff;
    	}
    Try adding the highlighted entry and see if that helps
    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
            text-align: right;
    	font-size: 1em;
    	color: #ffffff;
    	}

  5. #5
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Re: Moving sidebox headers off center

    Thanks ... it works fine now.

 

 

Similar Threads

  1. Moving Sidebox to Center Column
    By WellCool in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 20 Apr 2012, 12:52 AM
  2. EZ-Pages TOC Sidebox - Dynamic Sidebox Headers?
    By hockey2112 in forum Addon Sideboxes
    Replies: 8
    Last Post: 22 Jun 2010, 06:28 PM
  3. Sub Category headers off centre
    By leest35 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Jun 2010, 04:15 PM
  4. Moving "Sidebox" to center of page
    By amyhcdi in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Aug 2006, 07:13 PM
  5. Sidebox Headers
    By dyskrasia in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 May 2006, 01:38 PM

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