Link Box widget in sidebar Posted in : TheBlogger nerwinParticipant 1 December 2016 at 00:16 #45760 I’m trying to get a one of the link box widgets to display in the sidebar but its acting very strange. I’ve never tried to use a link box widget in the sidebar before so I’m unsure if they can even be used. Wonder if it’s a bug? Here’s a picture. http://nickerwin.com/wp-content/uploads/2016/11/linkbox.png and my website http://nickerwin.com Thanks! serkanModerator 1 December 2016 at 11:21 #45764 Hi, You can use this custom css code. We will fix this with the next update. When we release an update, you can remove this custom css code; .sidebar .link-box { float: none; } Thanks nerwinParticipant 1 December 2016 at 16:33 #45772 That worked great! Is there a way to change the social icons and search icon color in the nav bar? serkanModerator 1 December 2016 at 16:42 #45773 Hi, You can use these custom css codes for their color and their hover color; .is-menu-dark .toggle-link { color: #; } .is-menu-dark .toggle-link:hover { color: #; } .is-menu-dark .site-header .social-link { color: #; } .is-menu-dark .site-header .social-link:hover { color: #; } Please create a new topic for your each question. Thanks nerwinParticipant 1 December 2016 at 20:41 #45775 My apologies, I guess I didn’t think about creating another thread. My bad. That code works, but not on mobile view. I tried different min-width, but none of them work. serkanModerator 1 December 2016 at 23:13 #45778 Don’t use with media query. You have written min-width 768 px. Please don’t use it. Thanks nerwinParticipant 1 December 2016 at 23:19 #45779 I removed the media query but it didn’t make a difference. serkanModerator 1 December 2016 at 23:26 #45782 Hi, Above this code please add } .site-branding You forgot the close the media query for the .blog-list .hentry so it is effecting all codes after this. Thanks nerwinParticipant 1 December 2016 at 23:34 #45785 Yeah I found the culprit. I might have to copy what I have and bring it into notepad++ and clean it up. serkanModerator 1 December 2016 at 23:37 #45786 Okay, good luck. Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in and have valid license to reply to this topic. License required for the following item TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register