Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1014953
    tashitendrel
    Participant

    Hello,

    I would like to center basically everything on my sidebars. Here is the link: http://wildlotusart.com/portfolio-item-tag/purple/

    I have managed to center an image in text widget and the rest should follow: widgets titles, texts, and so on.

    I think I will have one more side bar, but even with different widgets the look will be the same, and again it should be centered. So I need some global style for sidebards, I guess.

    Also, can I have lines separating those sidebar widgets? They should look exactly the same as the lines separating elements on sidebar from Renew individual portfolio item page: http://wildlotusart.com/portfolio-item/red-lotus/
    thank you

    #1014960
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-sidebar h4.h-widget,.x-sidebar .x-recent-posts-content {
        text-align: center;
    }
    .x-sidebar .tagcloud {
        width: 88%;
        margin: 0 auto;
    }
    .x-sidebar .widget {
        border-bottom: 2px solid #e5e5e5;
    }
    .x-sidebar .widget:last-of-type {
        border-bottom:none;
    }

    Hope it helps.

    #1014975
    tashitendrel
    Participant

    Fantastic. Thank you!

    #1014976
    Christopher
    Moderator

    You’re welcome.

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