BuddyBoss Home – Web Support Forums Solutions Social Learner Align text on homepage slides?

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

    #56988
    @khanhar

    Hello,

    The default position of text on homepage slides is at the center. I’m wondering if there is a way to align text on the homepage slides? If yes, please guide me to do so. Thank you.

    Answers

    #57085

    Anonymous
    @

    Hi @khanhar, Please add this css to align the text of slider you can change Left, Right, Center..

    
    .bb-slider-container .slide_content_wrap {
        max-width: 100% !important;
        text-align: center;
        width: 100%;
    }
    
    
    For title,
    .bb-slider-container .title {
        text-align: right !important;
    }
    
    
    For Description,
    .bb-slider-container .description {
        text-align: right !important;
    }
    
    
    For Button,
    .bb-slider-container .readmore {
        text-align: center !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Align text on homepage slides?’ is closed to new replies.