Header logo over search results

This topic contains 4 replies, has 2 voices, and was last updated by  Leigh 5 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #445982

    Leigh
    Expired Member
    Post count: 105

    Hi @Kor was awesome in helping me add a script to minimise logo on some pages.
    #437657
    I’ve found another instance where logo overlaps content – home search results page – see attached.
    Just wondering if there was something I could add to script to fix?
    🙂
    Thanks heaps.
    perthprojects.com.au

    #445986

    Kor
    Moderator
    Post count: 16516

    Hi Leigh,

    Thanks for your post. Just checked your Website and I’m able to see the issue you’re referring to. How about pushing it down a little bit using custom CSS and see if it helps?

    .search-results #geodir_wrapper {margin-top:230px!important}
    #446100

    Leigh
    Expired Member
    Post count: 105

    Thanks for responding @Kor 🙂
    I’ve added the above, however I made it 330px which works.
    But when you scroll down, original issue happens where you lose info because of logo.
    Can CSS be added where logo is forced smaller when on search results page?

    #446102

    Kor
    Moderator
    Post count: 16516

    Hi Leigh,

    Thanks for your reply. Yes, that’s possible. You just need to use the custom CSS code below to force the logo smaller on search results.

    
    
    .search-results .site-logo img {
        width: 5%!important;
    }
    #446105

    Leigh
    Expired Member
    Post count: 105

    Yay! You are absolutely wonderful xxx
    Thanks 😉

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket