Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Move a line WordPress

  • SOLVED

Hi,

I would like to move this line, see image just a few cm to the right.
http://www.charlotteraboff.com

How can I do that?

Thanks

Answers (1)

2011-05-13

Jignesh Patel answers:

Hi

In your themes/cleanr-new/text.css make below change

li {margin-left:0px;}


In your themes/cleanr-new/style.css make below change

#content {width:580px;}
#sidebar {width:300px !important;}


Charlotte Raboff comments:

#sidebar h2 {color:#666;margin:0 0 6px 0;padding: 0}

where exactly shall I add it?


Charlotte Raboff comments:

I donĀ“t have a text.ccs. file..


Jignesh Patel comments:

#sidebar will be at line 71 in the file below:
http://www.charlotteraboff.com/wp-content/themes/cleanr-new/style.css


Your text.css is located here:
http://www.charlotteraboff.com/wp-content/themes/cleanr-new/css/text.css



Charlotte Raboff comments:

Thanks:)