James1985
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Arras : Changing colum widthThanks alchymyth
Can you see how I can adjust the slideshow picture size to fit in my image properly.
I think it is because the css is set to 600 width for the slide show. However the image is only 515 wide.
What part of the css do i need to adjust? and should I place this in the over ride css file below?
/wp-content/themes/arras/user.css file
Forum: Themes and Templates
In reply to: Arras : Changing colum widththank you its worked (this guy is awesome).
OK but what is the purpose of the /wp-content/themes/arras/user.css file
Thank you.
Forum: Themes and Templates
In reply to: Arras : Changing colum widthIm still unsure of th purpose of this file: /wp-content/themes/arras/user.css
Forum: Themes and Templates
In reply to: Arras : Changing colum widthscrapt that it has worked thank you!
Forum: Themes and Templates
In reply to: Arras : Changing colum widthHi there.
Thanks for yor help – still need ome direction here. Im confused on the need for both css files.
I can see I have 2 .css files.
I have tried uploading the below into the css file to suggested:
#content { width: 530px; margin-left: 440px; }However the colunm hasnt adjusted in width?
Should I delete the core user.css file of does it serve a purpose also whats the purpose of /wp-content/themes/arras/user.css when I have another css file im working from in the css folder?
Forum: Themes and Templates
In reply to: Arras : Changing colum widthPlease do take a look at my site it may show my current problem still:
Forum: Themes and Templates
In reply to: Arras : Changing colum widthHi alchymyth
Where about’s should I add this in? just at the top of the user.css?
I have added it in at the top of the user.css the top few lines now look like this:
/* import base CSS style */
@import ‘../base.css’;/* globals */
body { background-color: #F0F0F0; color: #333; font: 12px ‘Lucida Grande’,Arial,Helvetica,sans-serif;}
#content { width: 530px; margin-left: 440px; }
a, a:link, a:visited { color: #313428; text-decoration: none; }
a:hover { color: #CC0000; }It hasn’t done anything? Any other ideas?