BuddyBoss Home – Web Support Forums Themes Boss. theme Customizing table cells

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #46605
    @surfbuddy

    Hi guys, What is the best way to customize table cells? I tried adding the below custom css to the cover content, and it did not work.

    .cover-content > .table-cell:nth-child(1) {
       padding-left: 150px !important;
     }

    Answers

    #46720

    Anonymous
    @

    Hi @surfied, please attach the screenshot to get exact position where you are trying to customize it
    Regards

    #47029
    @surfbuddy

    Please see attached. Im trying to add more padding to the left and right sides.

    #47080

    Anonymous
    @

    Hi @surfbuddy

    
    .cover-content>.table-cell:nth-child(1) {
        padding-left: 150px !important;
    }
    

    same is working for me
    Regards

    #47082

    Anonymous
    @

    i will suggest to use Simple Custom CSS plugin to keep all custom css at single place.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Customizing table cells’ is closed to new replies.