Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kavvalos Friend
    #996785

    Hi, I need to touch the css files so to changes some distances for example

    t3-sections .t3-module {
    text-align: center;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 150px;

    I use cyan color.

    I am confused! I can not found the css file so to touch it.

    In which way can I found the correct css file each time I need to touch something????

    Thanks

    Pankaj Sharma Moderator
    #996814

    Hi
    You code does not include the class name correctly
    use this

    
    .t3-sections .t3-module {
    text-align: center;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 150px; }

    I suggest you to use module suffix.
    Example module suffix is: red
    add below code in custom.css file

    .red {background:red;}

    it will apply red color as background on module container .

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 11 months ago.

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