-
AuthorPosts
-
janjak Friend
janjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
August 8, 2012 at 9:35 am #179754Oups !
I have found the difference between the jatabs module on my site and on the demo site : padding.demo site :
my site :
I think this will really resolve the problem explained in my other posts, rather than reduce the width of the tumbnails… but where can I change this ?
-
HeR0 Friend
HeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 9, 2012 at 3:58 am #463690Please follow thread http://www.joomlart.com/forums/topic/tabs-lens/#post-463505
janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
August 10, 2012 at 7:39 pm #463899Hello !
I know this thread, I have created it…
Have a look on the screenshots : on my site he red line is smaller than in the quickstart site… I think the thumbnails problem comes from a wrong padding value. Where can I check it ?Regards,
JanjakHeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 13, 2012 at 7:57 am #463996Hi Janjak
It is padding effect from ( line 872 ) template.css
#right .moduletable-inner {
margin: 0 0 10px;
padding: 20px;
}You should reduce padding to 5px or 10px;
Regards,
janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
August 13, 2012 at 10:27 am #464043Correct : by setting padding value to 0, the tab lens module on my site looks like the same module on the demo site…
But this change the padding from ALL the modules on the right position !
The nice design from the template is now a pity…HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 14, 2012 at 1:40 am #464107Hi Janijak
If you apply only tab, you should add suffix to this module then apply css above to it.Regards,
janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
August 14, 2012 at 10:03 am #464184How can I do that ? I’m not sure to be able to have any success with this…
There is already a suffix in the tab lens module : “tabs” but I don’t found the css file…HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 15, 2012 at 2:00 am #464236Hi Janjak
Got to backend > modules manager > edit module tabs > add suffix is ‘ inner-special’
Then add css code as below to end of template.css file
#right .inner-special {
margin: 0 0 10px;
padding: 5px;
}Regards,
<em>@janjak 334379 wrote:</em><blockquote>How can I do that ? I’m not sure to be able to have any success with this…
There is already a suffix in the tab lens module : “tabs” but I don’t found the css file…</blockquote>janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
August 15, 2012 at 7:20 pm #464334No change !
I have tried this before … unsuccessfully.
The new suffix appears in the source code, but any modification in template.ccs file has no effect on this module.
It was the reason I ask where I should find the css file with the suffix class “tabs”, as like in the quick start site.I’m asking me : this module doesn’t use a specific css file… in a other place ?
Regards,
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 16, 2012 at 4:01 am #464366Hi Janjak
Please try using:#right .inner-special {
margin: 0 0 10px;
padding: 5px !important;
}I think it will work.
Regards
janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
August 16, 2012 at 6:31 pm #464457I’m really desolated… no change …
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 17, 2012 at 4:57 am #464495Hi Janjak
Please view http://easycaptures.com/fs/uploaded/630/7761133976.png
You add class suffix is incorrect, so please change in css .inner-special to .moduletableinner-specialRegards,
janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
August 17, 2012 at 8:07 am #464511Done,
#right .moduletableinner-special {
margin: 0 0 10px;
padding: 0px !important;
}but no change.
What must I view on the capture from the header and top menu ? I haven’t notice anything wrong on it …
I have paste the template.css file from my online site (http://www.janjakstakus.com) to my local quick-start site : the padding is keeping nice. Your are sure that the problem comes from this file ?
Regards,
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 17, 2012 at 8:52 am #464525Hi Janjak
I’m sure that file.
Sorry for my mistake, please edit to
#right .moduletableinner-special .moduletable-inner{
margin: 0 0 10px;
padding: 0px !important;
}If this can not help you resolve this issue, pm me ftp info, i’ll fix it for you.
Regards,
1 user says Thank You to HeR0 for this useful post
janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
August 17, 2012 at 11:25 am #464550It works ! Nice !
I have first paste your code at the end of template.css : no change
The some code pasted line 877 works fine …
So I think that this point is solved.I haver find this in module.css :
/* Module Tabs*/
#right .tabs .moduletable-inner {
padding: 0px;
}It’s exactly the code you given me, with the suffix “tabs”, like the quick start… Why doesn’t it work in this location ?
Just a last thing :
The margins of the thumbnails in tab lens module aren’t equal on all sides and the content of all modules on the right position is not centered, :
AuthorPostsThis topic contains 19 replies, has 2 voices, and was last updated by janjak 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum