Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Ch1vpH Friend
    #1032153

    Hi there,

    I’m trying to add a bit of padding to the brickstore template can you tell where I going wrong when copying info from inspect into the custom css file…

    Below is what I have come up with for the first banner on this page –
    http://ch1vph.xyz/ri2k/index.php/homepage/space-home

    .t3-section-module .mod-default #Mod156 {
    padding-bottom: 10px !important;
    }

    Screenshot attached of that page and the inspect too!

    Thanks


    1. padding-banner
    Pankaj Sharma Moderator
    #1032218

    Hi
    Use below code in custom.css file

    
    .t3-section-module#Mod156 {
    padding-bottom: 10px !important;
    }

    Regards

    Ch1vpH Friend
    #1032531

    Hi there,

    So I’m managed to add padding to all but two of the modules on this page.

    It’s the bottom right modules MAP & CATEGORY which I’m trying to add 10px of left padding to each.

    Below is what I have done so far but some reason it doesn’t work…I tried with & without !important

    .t3-section-module#Mod120 .owl-carousel.category-module.owl-loaded.owl-drag {
    margin-left: 10px;
    }
    
    .t3-section-module#uber-contact-123 .uber-contact-info style-1 {
    padding-left: 10px;
    }

    1. paddingmod
    Pankaj Sharma Moderator
    #1032578

    Hi
    Is the issue is solved with above code?
    Do u still need help in the padding values?

    Ch1vpH Friend
    #1032935

    Hi there,

    Yes…I need help with these two modules as mentioned above.

    Thanks.

    Pankaj Sharma Moderator
    #1033046

    Hi
    I have not found the module on Homepage of the site.
    Can u check it: http://ch1vph.xyz/ri2k/
    Regards

    Ch1vpH Friend
    #1033202

    Hello it’s the link – http://ch1vph.xyz/ri2k/index.php/homepage/space-home as in the first couple of threads,
    forgot to mention it again in my last reply….

    thank you

    Pankaj Sharma Moderator
    #1033381

    Hi
    There is no map location module on the shared page too: http://prntscr.com/f6tqhe
    On gallery module, u can apply below code in custom.css file to add padding

    .acm-gallery .item {
        position: relative;
        width: 50%;
        float: left;
        padding: 10px;
    }

    Regards

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

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

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