Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • manieks Friend
    #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


    1. 002
    2. 001-1
    Ninja Lead Moderator
    #892105

    Hi,

    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

    manieks Friend
    #892426

    Thanks 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 Moderator
    #892721

    I 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.

    manieks Friend
    #892852

    I’m sorry- my mistake
    This is visible to registered users only


    1. Untitled-6
    2. Untitled-5
    Ninja Lead Moderator
    #892863

    You 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; 
    }
    manieks Friend
    #892890

    Nice 🙂

    1. Thank You so much – it’s PERECKT now! 🙂
    2. 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)


    1. Untitled-8
    2. Untitled_8
    3. Untitled-9
    manieks Friend
    #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-892903

    Ninja Lead Moderator
    #893252

    Don’t worry, please give my colleague some time to check and reply to you on that thread.

Viewing 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