Link Box widget in sidebar

  • Posted in : TheBlogger
  • nerwin
    Participant

    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!

    serkan
    Moderator

    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

    nerwin
    Participant

    That worked great!

    Is there a way to change the social icons and search icon color in the nav bar?

    serkan
    Moderator

    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

    nerwin
    Participant

    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.

    serkan
    Moderator

    Don’t use with media query. You have written min-width 768 px. Please don’t use it.
    Thanks

    nerwin
    Participant

    I removed the media query but it didn’t make a difference.

    serkan
    Moderator

    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

    nerwin
    Participant

    Yeah I found the culprit. I might have to copy what I have and bring it into notepad++ and clean it up.

    serkan
    Moderator

    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
Login and Registration Log in · Register