-
AuthorPosts
-
swillett Friend
swillett
- Join date:
- February 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
February 19, 2011 at 1:47 pm #160423Hi all,
small issue, I need to adjust the padding around the thumb images in user1 and adjust the padding along the top of user 2 position, could anyone advise where this needs to be altered?
I have looked in the template.css file and managed to see:
#ja-topsl
#ja-botslI see that these are related to the module sections but I can not seem to find exactly where the padding for the images and the banner in user 1 and user 2 positions is or being styled from.
see the screen shot below to see what I am referring too!
all help appreciated.
swillett Friendswillett
- Join date:
- February 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
February 19, 2011 at 9:03 pm #377497Still looking for the style sheet command but can not find it, i am simply trying to change the padding and dimensions of the banner sections shown in the attachment above in positions user1 & user2 on the front page of JA Portfolio.
Any helpers?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
February 20, 2011 at 7:52 am #377525Can you provide a link to your site
swillett Friendswillett
- Join date:
- February 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
February 20, 2011 at 9:33 am #377532Yes here you go: http://www.trademanlocal.co.uk
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 20, 2011 at 2:40 pm #377552Please go into the template manager and disable css optimization. As you can probably tell, you can only see the compressed code via firebug at present. Disable that and we will be able to tell the correct file to edit.
swillett Friendswillett
- Join date:
- February 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
February 21, 2011 at 8:16 pm #377813Css Optimisation disabled……
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 21, 2011 at 8:24 pm #377814The padding for the user 1 modules is found in the red bit below in template.css at lin 755
.small-gallery {
background:none repeat scroll 0 0 #FFFFFF;
border:5px solid #FFFFFF;
float:left;
height:72px;
margin:5px;
width:72px;}
If you change that to something like
margin:0 5px;
then the top of your 5 boxes will line up with the banner on the right. You can still adkust the 5px to the spacing you need.However, if you do need to move the image in the right a little please open layout.css and around line 108 you will find the following code
.ja-box-right {
position:absolute;
right:0;}
Adding somehing like
margin-top:5px;
Could be used to adjust the position
1 user says Thank You to Phill for this useful post
swillett Friendswillett
- Join date:
- February 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
February 21, 2011 at 8:45 pm #377818For the life of me i could not find the css for this; yet within seconds you have found this, thank you Phil, appreciated!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by swillett 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Adjust padding on images / banner in user 1 & user 2 positions
Viewing 8 posts - 1 through 8 (of 8 total)