In another template thread I asked :- How do I change my Left Module Width:-
From:-
LEFT |–| BODY |–| RIGHT
To
LEFT |-| BODY |-| RIGHT
You replied then:
<blockquote>Quote:
#ja-mainbody #ja-content {
float: right;
width: 72.5%; <– 70%
padding-right: 1.5%; <– 2.5%
}
#ja-mainbody #ja-content {
float: right;
width: 70%; /* Modified it to make main body bigger */
padding-right: 2.5%; /* Edit the right padding */
}
Reduce the right column
/* RIGHT COLUMN
——————————————————— */
#ja-rightcol {
float: right;
width: 17%; /*i edit from default 20%*/
margin: 25px 0;
}</blockquote>
With Xenia I can’t find these paramaters #ja-mainbody #ja-content etc… are they changed…. or am I just not looking hard enough 😎