Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • guilhermegomes Friend
    #206370

    Hi all,

    I would like to change the height of a JA ACM block in a UBER template… Is it possible?

    This is the web site.

    http://www.granomio.com.br

    It is in a very initial development. I’m only doing tests for now…. Trying ideas…
    I would like that the first block has the same height of the red granomio image, without the “yellow” (i dont know this color name in english) on top and botton.

    And other blocks could have different heigths.

    Thanks in advanced for any help…

    Guilherme Gomes

    TomC Moderator
    #570696

    It’s difficult to know which “block” you’re specifically referring to.

    Can you provide a screenshot mockup image of exactly what it is you’re wanting?

    guilhermegomes Friend
    #570698

    Hi Tom.

    “Block” maybe is not the better word. I mean module….:)

    This the module I want to resize

    I would like it like this one

    Thanks for your help.


    1. block
    2. blockNew
    TomC Moderator
    #570700

    Try This . . . .

    Within file path —> /templates/uber/local/css/template.css
    at line 2534, modify as follows:


    .sections-wrap .section .section-inner, .sections-wrap .t3-module .section-inner {
    padding-bottom: 10px;
    padding-top: 10px;

    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ?? 🙂

    guilhermegomes Friend
    #570717

    Thanks, Tom!!!

    This worked fine!

    But it was applied to all modules. If I want it only for a especifc module, shoudl I use class sufixes?

    Does it works if I use custom.css instead of template.css?

    TomC Moderator
    #570718

    Yes, return the original settings to the original CSS rule and try adding padding properties to the following . . . .

    File path —> /templates/uber/local/acm/features-intro/css/style.css
    line 229


    .acm-features.style-6 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;

    }

    See if that works better.

    guilhermegomes Friend
    #570723

    Tom, will these css files at local folder replaced if I compile LESS?

    TomC Moderator
    #570728

    <em>@guilhermegomes 473562 wrote:</em><blockquote>Tom, will these css files at local folder replaced if I compile LESS?</blockquote>

    Compiling to LESS shouldn’t affect it . . . but it’s always a smart idea to make a complete backup prior to such,
    or any update/upgrade for that matter.

    guilhermegomes Friend
    #570736

    Hi Tom.

    It doesn’t work….

    <em>@TomC 473555 wrote:</em><blockquote>Yes, return the original settings to the original CSS rule and try adding padding properties to the following . . . .

    File path —> /templates/uber/local/acm/features-intro/css/style.css
    line 229


    .acm-features.style-6 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;

    }

    See if that works better.</blockquote>

    TomC Moderator
    #570740

    Restore everything to the way it was before we started … then we’ll start fresh.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  TomC 9 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum