Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #255801

    Certain places on my website are showing extra text after the 2.7 update. I fixed the social icon text by applying a quick css code that I found on the support site.

    I cannot however get rid of the “Search” text next to the search icon in the header and also the “Scroll to Top” text where the arrow is that allows you to scroll to the top of the page

    My website is http://www.jaredburnettphoto.com

    Thanks.

    #256116

    Hi JaredBurnett!

    Seems like it is fixed now – http://i.imgur.com/IJF2jV3.png
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #256133

    Yes it is fixed now. However my social icons on mobile went way up and to the left. You can see the very bottom at the top of the screen on a mobile device.

    #256139

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks {
    right: -15%;
    margin-top: 0;
    }}
    @media only screen and (max-width: 480px) {
    .responsive.html_header_top #header_main .social_bookmarks {
    right: 0; 
    }}

    Regards,
    Yigit

    #256155

    That got it pretty close, to take it down just slightly do I use “top: -5%” ?

    #256160

    Hi!

    You can adjust margin-top value starting from 5px instead of 0 :)

    Regards,
    Yigit

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