Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • buiak Friend
    #964860

    Greetings,
    Please advise how to make a new modul sufixe for container tabs position adding some padding there for modules.

    Pankaj Sharma Moderator
    #964922

    Hi
    Could u share a URL of page and mockup how u would like to add the padding in tabs module .
    So that i can check your request .

    buiak Friend
    #965075
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #965086

    Hi
    actually the padding is coming from the ACM tabs style

    From
    /templates/ja_platon/acm/container-tabs/css/themes/light-green/style.css

    .acm-container-tabs .tab-pane .section-inner {
        padding: 72px 0 0;
    }

    You can reduce the 72 px value for it .
    you can apply padding value like this .
    And if you want to apply padding on the separate module , you can add a module suffix class in module options and defined the padding in the /css/custom.css file .
    Doc : https://docs.joomla.org/Module_Class_Suffix

    buiak Friend
    #965094

    Please guide me in details how to make a new module padding suffix for my issue.
    thank you

    Pankaj Sharma Moderator
    #965101

    And if you want to apply padding on the separate module , you can add a module suffix class in module options and defined the padding in the /css/custom.css file .
    Doc : https://docs.joomla.org/Module_Class_Suffix

    You can use the suggestion from my last post to add module suffix .

    Example :
    Module suffix : pad

    code for custom.css file:

    .pad {padding-top:10px;}
    buiak Friend
    #965102

    how must be the css for adding padding left, right, top, and bottom ?
    Thank you for your kind advice

    Pankaj Sharma Moderator
    #965105
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 2 months ago.

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