Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #252980

    2 things that I have noticed are gone after the latest update

    1. dotted line separating menu from social icons (can I have the css to space it out pretty like the support website?)

    2. Socail icons on mobile are way out of line. Looks like it is down to the left.

    #253356

    Hey JaredBurnett!

    1- It is there on my end – http://i.imgur.com/eBLnrLC.png
    Have you fixed it already?
    2- Please add folllowing code to Quick CSS

    @media only screen and (max-width: 768px) {
    #top .social_bookmarks li a { color: #999 !important; }
    .responsive #header .social_bookmarks {
    top: -60px;
    }}

    Cheers!
    Yigit

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