BuddyBoss Home – Web Support Forums Themes BuddyBoss theme centering footer widget content

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

    #48568
    @iambrett

    What’s the recommended way to center all footer widget content, including titles, paragraphs, links, images, etc.

    Everything automatically aligns to the left.

    Thank you

    Answers

    #48606

    Anonymous
    @

    Hi @iambrett,
    You can try following CSS codes

    
    .footer-widget .widget {
        text-align: center;
    }
    

    Regards
    Varun Dubey

    #48620
    @iambrett

    I should have mentioned that I tried that already sorry

    While it aligns text, images that float left or right of text are unaffected and do not center.

    I have tried some code to center the images but I am unfamiliar with the css of the widget containers and I haven’t been able to figure it out after 6+ hours.

    #48652

    Anonymous
    @

    Hi @iambrett
    If you will post your site url it will help what exactly you have added to your widget area
    and i can post exact required css in one shot
    Regards

    #48688

    Anonymous
    @

    Hi@iambrett

    I have checked your website and Woocommerce Widget css need extra alignment

    
    #colophon .footer-inner.widget-area .footer-widget {
      text-align: center;
    }
    .footer-widget .woocommerce ul.product_list_widget li img{
    margin: -5px 2px 0 14px;
    }
    

    Regards
    Varun Dubey

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘centering footer widget content’ is closed to new replies.