[Resolved] How to Make side Bars Like This

Home Forums Support [Resolved] How to Make side Bars Like This

Home Forums Support How to Make side Bars Like This

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1552494
    Sourabh

    HI,

    Could you please guide me on how to make sidebars like in the below website ??

    Library list (These are category has been listed).

    Please guide if possible.

    #1552894
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like they are using a navigation menu widget in the sidebar widget area.

    Can you give that a shot first?

    #1553025
    Sourabh

    Leo, I didn’t get you, what is your meaning with shot first?

    He might be using navigation but I don’t know, one thing I know he is using genesis theme with frame work so he has customized everything.

    He has categories listed in side bar and last side bar is subscribe options for his social media..so I want to achieve that look, specially for categories hanging.. pls help..

    And I bit weak in English so please write easy words for my better understanding.

    Help me to make this.. pls..

    Also let me know in the side bar area how to place ads banners etc?

    #1553051
    Leo
    Staff
    Customer Support

    Try using this widget in the sidebar widget area first:
    https://www.screencast.com/t/OmLFNHaY0

    #1554305
    Sourabh

    yes did, created a new nav menu for side bar and linked with it, but its not looking in same way as i have requested, Refer below –

    However, I have requested like below –

    #1555083
    David
    Staff
    Customer Support

    Try adding this CSS:

    /* Set border and link styles */
    .is-right-sidebar .widget.widget_nav_menu ul li a {
        display: block;
        position: relative;
        padding: 5px 0 10px;
        border-bottom: 2px solid #000;
        color: #000;
        font-size: 15px;
    }
    /* Change link color on hover */
    .is-right-sidebar .widget.widget_nav_menu ul li a:hover {
        color: #f00;
    }
    /* Add > symbol */
    .is-right-sidebar .widget.widget_nav_menu ul li a:after {
        content: '\003E';
        float: right;
        font-weight: bold;
    }
    #1555096
    Sourabh

    where I should type this CSS ??

    in customizer – Additonal CSS ???

    ??

    #1555123
    David
    Staff
    Customer Support

    Yes.

    #1555139
    Sourabh

    Yes it’s working, Just small correction needed, Need small height from the bottom, and how to type the text above like he has typed “library” –

    https://www.shoutmeloud.com/how-to-start-a-beauty-blog.html

    #1555174
    David
    Staff
    Customer Support

    I have updated the CSS here:

    https://generatepress.com/forums/topic/how-to-make-side-bars-like-this/#post-1555083

    Those are Widget Titles – edit the Widget and enter your title in the field provided.
    To center them and make them bold you would add this CSS:

    .right-sidebar h2.widget-title {
        text-align: center;
        font-weight: bold;
    }
    #1555196
    Sourabh

    Its done, thanku

    #1555198
    David
    Staff
    Customer Support

    You’re welcome

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.