-
AuthorPosts
-
February 26, 2016 at 1:40 pm #890845
Can You help me pls? How to change the width of components, in order to take advantage max free space. In other templates all displays well, here I have a problem with the size of the letters as well. Part of it is simply unreadable.
links: http://airbrushlab.pl/labik-klabik.html http://airbrushlab.pl/forum-airbrushlab-2.html
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 29, 2016 at 2:56 am #892105Hi,
You can use this way
Open templates/ja_smashboard/tpls/blocks/mainbody.php file
find and change$layout_config = json_decode ('{ "one_sidebar1": { "default" : [ "span9 pull-left" , "span3" ], "wide" : [], "xtablet" : [ "span8 pull-left" , "span4" ], "tablet" : [ "span9" , "span9 spanfirst" ] }, "no_sidebar": { "default" : [ "span9" ] } }');
to
$layout_config = json_decode ('{ "one_sidebar1": { "default" : [ "span12 pull-left" , "span3" ], "wide" : [], "xtablet" : [ "span8 pull-left" , "span4" ], "tablet" : [ "span9" , "span9 spanfirst" ] }, "no_sidebar": { "default" : [ "span9" ] } }');
Hope it helps
Regards
February 29, 2016 at 4:51 pm #892426Thanks for the answer so much 🙂 It is already getting closer to what I dream about 😉 cuze now all modules included in the footer overlapping element component (JS and Forum) Even if you could hint where to find all css settings because this loyout terribly "going apart" especially in joomsocial, avatars are disproportionate and letters in posts (JS & Forum) are so tiny (resolution 1600x…)
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 1, 2016 at 4:31 am #892721I checked both links above and saw it’s working as well. If you still need to help, you can give me the screenshot and description of what are you trying to do. I will help you to check it.
March 1, 2016 at 10:18 am #892852I’m sorry- my mistake
This is visible to registered users only-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 1, 2016 at 10:37 am #892863You can find my answer to your problem above
-
From my post here, you need to change it from span12 pull-left to span11 pull-left
- Another problem regards the problem from 3rd party, you can force it as:
Open templates/ja_smashboard/css/custom.css file and add new rule
#Kunena span, #Kunena .ks { font-size: 14px !important; } .joms-avatar img { max-height: inherit !important; }
March 1, 2016 at 12:05 pm #892890Nice 🙂
- Thank You so much – it’s PERECKT now! 🙂
- Works- but is not perfectly yet ;)- see screenshots – in other templates is o’k, fe. in JA_Social (screen 8) just JA_Smashboard not want to cooperate Ideally with me 🙂
edited:
User update avatar 🙂 (attachment 9)- March 1, 2016 at 3:32 pm #892968
Thanks to your help I found such a solution: in templates/ja_smashboard/css/custom.css file add new rule
- .joms-avatar img {
- max-height: 75px !important;
- max-width: 75px !important;
- }
maybe you can find any solution in this topic? 🙂
https://www.joomlart.com/forums/topic/have-to-reload-page-to-get-some-content-to-show-properly/page/2/#post-892903Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 2, 2016 at 3:25 am #893252Don’t worry, please give my colleague some time to check and reply to you on that thread.
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 8 replies, has 2 voices, and was last updated by Ninja Lead 8 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-
How to change width of the container?
Viewing 9 posts - 1 through 9 (of 9 total)