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
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:)