-
AuthorPosts
-
Mohamed H. Jurriah Friend
Mohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 4, 2015 at 1:03 am #204309Hey
The title and the colum space looks very bad. The title is to much up, and the space in between the colums is very long.
how can i make this:
look like for example like this:
-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 4, 2015 at 8:39 am #561530Hi there,
It would better if you can provide us your administrator account to check. Anyway, please open custom.css file(create a new one if it does not exist at ja/templates/ja_fubix/css/custom.css) then add
.category-item, .cat-children > div {
float: left;
width: 20%;
text-align: center;
}Result look like so
-
1 user says Thank You to phong nam for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 4, 2015 at 2:27 pm #561588Looks great. But what about the title? There is no padding between the title below and the picture above
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 4, 2015 at 2:36 pm #561592is it also possible to exclude these css settings for the “Trupper” menu. Because it destroyed the layout in there
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 4, 2015 at 3:13 pm #561599<em>@jurridk 461517 wrote:</em><blockquote>is it also possible to exclude these css settings for the “Trupper” menu. Because it destroyed the layout in there</blockquote>
What do you mean about that? Could you please give me a screenshot to check?
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 4, 2015 at 4:03 pm #561606how it was:
how it is after the code
how can I keep the original?
-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 5, 2015 at 2:42 am #561673Of course, the css code above will be applied for all menu item linked to categories. In this case, if you dont want the css code effect to Trupper menu, just add the page class for Nyheder menu item
Go to Main Menu -> Nyheder -> Page Display -> put cssme into page class text box
Next, open custom.css file then find the css code
.category-item, .cat-children > div {
float: left;
width: 20%;
text-align: center;
}change to
.cssme .category-item, .cat-children > div {
float: left;
width: 20%;
text-align: center;
}<blockquote> But what about the title? There is no padding between the title below and the picture above</blockquote>
try this
.cat-children h3 {
padding-left: 40px;
}changing the padding left property match with your needs.
1 user says Thank You to phong nam for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 5, 2015 at 7:49 am #561697Wow… Thanks for the help.
That make me wounder if it’s possible to add the text {fcomment} to all my articles under a certain article category, because I have plugin that only appear if I do that.phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 6, 2015 at 6:58 am #561865Hi jurridk,
Do you want enable plugin facebook comment for special category?
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 6, 2015 at 5:43 pm #561943Yes, exaclty 🙂 ?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 7, 2015 at 3:59 pm #562035NO, you cant use {fcomment} plugin for special category ids, try this plugin, yes this plugin allows you config facebook comment for special Joomla! articles or Categories with few clicks.
Thanks
1 user says Thank You to phong nam for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 9, 2015 at 11:33 pm #562313Thanks for the tip. I will definitly try it out.
but back to the main problem… The thing is that the changes in css you helped me with to edit the category items have caused destroying the layout of the smartphone responsiv layout:
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 10, 2015 at 2:37 am #562334Hi there,
You can solve this issue on mobile devices by defining media query like so
@media (min-width: 980px) and (max-width: 1199px) {
.cssme .category-item, .cat-children > div {
float: left;
width: 20%;
text-align: center;
}
}Thanks
1 user says Thank You to phong nam for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 13, 2015 at 10:00 am #562961Hey Leo
could you also tell me how to make a table responsive? My table is cotted when being responsiv?-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 16, 2015 at 7:06 am #563212Hi jurridk ,
Could you please give me exact the article link to check this case?
Thank you
1 user says Thank You to phong nam for this useful post
-
AuthorPosts
This topic contains 16 replies, has 2 voices, and was last updated by Mohamed H. Jurriah 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum