- This topic has 11 replies, 3 voices, and was last updated 5 years, 5 months ago by
David.
-
AuthorPosts
-
November 27, 2020 at 7:02 am #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.
November 27, 2020 at 9:13 am #1552894Leo
StaffCustomer SupportHi there,
Looks like they are using a navigation menu widget in the sidebar widget area.
Can you give that a shot first?
November 27, 2020 at 10:07 am #1553025Sourabh
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?
November 27, 2020 at 10:20 am #1553051Leo
StaffCustomer SupportTry using this widget in the sidebar widget area first:
https://www.screencast.com/t/OmLFNHaY0November 28, 2020 at 1:43 am #1554305Sourabh
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 –
November 28, 2020 at 8:35 am #1555083David
StaffCustomer SupportTry 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; }November 28, 2020 at 8:42 am #1555096Sourabh
where I should type this CSS ??
in customizer – Additonal CSS ???
??
November 28, 2020 at 8:53 am #1555123David
StaffCustomer SupportYes.
November 28, 2020 at 9:01 am #1555139Sourabh
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” –
November 28, 2020 at 9:17 am #1555174David
StaffCustomer SupportI 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; }November 28, 2020 at 9:28 am #1555196Sourabh
Its done, thanku
November 28, 2020 at 9:29 am #1555198David
StaffCustomer SupportYou’re welcome
-
AuthorPosts
- You must be logged in to reply to this topic.