-
AuthorPosts
-
jardin Friend
jardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
February 19, 2010 at 7:16 pm #148842How do I increase the space between the thumbnail and the text of the article? The JA Lime demo looks nice but on my web site, the thumbnail appears right next to the text, without any space between the two.
Am I the only one experiencing this type of issue?
jardin Friendjardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
February 20, 2010 at 6:50 pm #333245Please see the screenshot attached. Please look closely at the thumbnails in the right hand side.
Thanks
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 23, 2010 at 7:07 am #333525Hi you
in the case, you try to add class=”caption” in each images of articles
Thanks
jardin Friendjardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
February 23, 2010 at 12:49 pm #333584The “caption” class does provide an extra space around the image but it also displays a caption underneath the image and I don’t want that. Another inconvenient of this approach is that the publisher will have to edit the html code in order to add the piece of code (class=”caption”).
Is there a better way to handle this? Is there a place in your CSS files where I can add a space (number of pixels) around each thumbnail? I’m looking for one change that will automatically change the look and feel of the entire web site.
Thanks
jardin Friendjardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
February 23, 2010 at 4:03 pm #333604Here is the simple answer to this CSS isssue:
1) Install the JCE editor and Plug-in and set it as your default editor
http://extensions.joomla.org/extensions/88/details
2) Add the following CSS code to the /templates/ja_lime/css/templace.css file
img.thumbnail {
border: 1px solid #e5e5e5;
padding: 4px;
margin-right: 20px;
}3) Open the article, click on the thumbnail and from the “Styles” drop-down list select the “thumbnail” style.
Now your article layout will look similar to the one of the JA Lime demo.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by jardin 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Another CSS issue
Viewing 5 posts - 1 through 5 (of 5 total)