Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #289041
    astro303
    Participant

    I have used what is called Catch Shop as a free word press theme, and must say it looks great!
    My question is: Is it possible in the header to move the logo to the left so its not right beside the header title?
    Also, the tagline that’s directly below the Title can it be centred under the title?
    Last thing, can the empty space below the title and tag line be reduced? Would like the space reduced between the tagline and the page title.
    Any help would be appreciated.
    Thanks

    #289073
    tikaram
    Keymaster

    @astro303: Can you please post in your site URL so that I can check for issues and let you know what can be done.

    Regards,
    Tikaram

    #289078
    astro303
    Participant

    Thanks for the response.
    Here is the temporary link where I have been building the site until we get domain transferred Sept 1.
    http://a3sqf.skipdns.link/

    #289455
    tikaram
    Keymaster

    @astro303: Can you please provide ma a valid URL. The Provided URL is not working.

    Regards,
    Tikaram

    #289788
    MAttis
    Participant

    Hey,
    I have the same problem.
    Is there any option to reduce the space below the primary menu and the picture under it ? The Website is : https://www.golfshop.epizy.com
    Any help would be great!
    Thank you

    #289826
    Skandha
    Participant

    @mattis: Hello there,
    I was not able to access your site. Can you please check if the URL you provided is correct?

    Kind Regards,
    Skandha

    #290742
    astro303
    Participant

    My humble apologies, our host deleted my page and I had to get them to put everything back, anyway all is good now.
    The site is valleyhomecheck.com

    I also want to remove the search container above the Title HOME
    I have removed the content but cant find the search container in css

    My initial request was: My question is: Is it possible in the header to move the logo to the left so its not right beside the header title?
    Also, the tagline that’s directly below the Title can it be centred under the title?
    Last thing, can the empty space below the title and tag line be reduced? Would like the space reduced between the tagline and the page title.

    Still need to do this if possible.
    Thanks

    #290775
    Skandha
    Participant

    @mattis: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove search from the menu */
    #site-header-right-menu, .mobile-search {
    	display: none;
    }
    
    /* To center align site description */
    .site-description {
        text-align: center !important;
    }
    
    /* To have the logo on the left on screen width over 1200px */
    @media screen and (min-width: 1024px) {
    	.custom-logo-link {
    	    position: absolute;
    	    left: 0;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #290865
    astro303
    Participant

    Update: Never mind I have figured it out and now have the logo where I wanted it!!
    Thanks once again for your help!!

    #290864
    astro303
    Participant

    This is brilliant! Thanks so much!!!
    Can I manipulate the distance from left side for the Logo? Wouldn’t mind it about half way between where it was and is now.
    May play with it and see if I can figure it out in the meantime!

    Once again Thanks so much!!!
    G

    #290904
    Skandha
    Participant

    @mattis: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-shop/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #290963
    astro303
    Participant

    Ok no problem, happy to, love the theme and your help was excellent.

    #290972
    Skandha
    Participant

    @mattis: Thank you for your wonderful review. Let me know if you have anymore issues! 🙂

    Kind Regards,
    Skandha

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Catch Shop Header and Logo’ is closed to new replies.