Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1045129
    juliantrahe
    Participant

    Hello,

    I added a widget area in Visual Composer and would like to center it!

    How do i do this?

    Thanks in advance.

    #1045145
    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL and pointing us to the widget in question? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!

    #1045496
    juliantrahe
    Participant
    This reply has been marked as private.
    #1045656
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .x-colophon.top {
        text-align: center;
    }
    

    Hope that helps.

    #1045936
    juliantrahe
    Participant

    That did not help me unfortunately!

    I provided you the login credentials. Can’t you fix the problem?

    Thank you 🙂

    #1046336
    Friech
    Moderator

    Hi There,

    Are you referring to the social sharing widget? If so, you can add this under Custom > CSS in the Customizer.

    .page-id-624 #apsc_widget-3 {
    	text-align: center;
    }
    .page-id-624 .apsc-icons-wrapper.clearfix.apsc-theme-3 {
        display: inline-block;
    }

    Hope it helps, Cheers!

    #1047345
    juliantrahe
    Participant

    It did not help again…

    Can’t you try this tweak out, to make sure it works?

    Thank you!

    #1047479
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    .page-id-624 .x-content-band .x-container {
      margin-left: 25px;
    }

    Hope that helps,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1045129 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>