-
AuthorPosts
-
July 11, 2011 at 7:26 pm #166174
:confused:
Hello
I mounted the module “Spotlight Module Content with Image” as the guide puts but I have 2 problems.
– That is misconfigured, that create 2 lines instead of lines, we can arrange this ashttp://inetworkingdemo.com/jaquartz/
– As poduedo resize the area where this text, color, to make it smaller.
thanks
-
himangi Friend
himangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 12, 2011 at 6:01 am #400647Hi,
Since the spotlight type is being used, it divides the whole area into number of images you have specified to display in the module. I would suggest you to increase image widths to be 225px max and do the following changes in template.css so that the images will fit in the available area on a single line.
On line 1342
<blockquote>div.ja-catslwi {
width: 226px;
float: left;
} </blockquote>Change width to 225pxOn line 1351
<blockquote>.ja-catslwi-center {
margin: 0 10px 0 5px;
}</blockquote> Change margin to 0 11px 0 5pxOn line 1347
<blockquote> .ja-catslwi-first {
margin-right: 10px;
}</blockquote> Change Margin-right to 11pxJuly 12, 2011 at 8:59 am #400699Thanks for the solution has worked for me was what I needed. Thank you.
Now to finish at all, I wanted to know how to move the images left or a few pixels to reduce the distances between pictures, so the original photo on the left and right the end of the line are not touching the box that surrounds them.
:confused:
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 12, 2011 at 9:23 am #400705Find the previous styling you have changed in template.css and make further changes as below.
.ja-catslwi-first {
margin-right: 9px;
margin-left: 10px;
}.ja-catslwi-center {
margin: 0 9px 0 0px;
}.ja-catslwi-last {
margin-right: 10px;
}July 12, 2011 at 6:55 pm #400829Thanks, worked perfertamente, but now it’s the opposite side, the right one pixel to the right and will be perfect:-*
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 13, 2011 at 6:34 am #400898Hi,
You have written margin-left instead of margin-right in
.ja-catslwi-last {
margin-right: 10px;
}1 user says Thank You to himangi for this useful post
July 14, 2011 at 3:23 pm #401179Everything is ok thank you very much:laugh:
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by inetworking 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-