Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Centering text in category box

    Hey guys,

    Just wondering if anyone knows how I can centert the text in the categories box.

    I thought this might do it but not working

    Code:
    A.category-top, A.category-top:visited {
    
    	color: #A6032A;
    
    	text-decoration: none;
    	
    	text-align: center;
    
    	}

  2. #2
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Re: Centering text in category box

    ok, i figured it out on my own. :) well, kind of.

    I have managed to center the text for all boxes using:

    Code:
    .sideBoxContent {
    
    	background-color: #FFC5D3;
    
    	padding: 0.4em;
    	
    	text-align: center;
    
    	}
    But if anyone knows how to center it for just the categories box i would love to hear from you.

    Cheers

    DB

  3. #3
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Centering text in category box

    you can use the ID that is already supplied in your code to target just text in category side box .. for example

    #categoriesContent {
    text-align:center;
    }

    this should only effect content of category side box .

 

 

Similar Threads

  1. v150 Center Box Category text size
    By Seer in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Feb 2012, 04:37 PM
  2. Centering Footer Text
    By sports guy in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 15 Mar 2011, 03:13 AM
  3. vertical centering of text
    By finlander in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Nov 2010, 06:37 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