Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #236317
    travelO
    Participant

    Hello,

    I hope you all are having a blessed day, I have an issue with my website’s “Site Title and Tagline” not centering on the desktop version but elsewhere it’s functioning properly.
    So how do I center it on the Desktop Version?

    I’m using travelore Theme and this is my website: metravelo.com

    Thanks,
    Best Regards

    #236339
    Skandha
    Participant

    @travelo: Hello there,
    Setting up your Social Header Left menu can have your “Site title and Tagline” centered.
    Go to => Appearance => Menus => View All Locations => Header Social Left => Select your Social Menu.

    Let me know if you don’t wanna have the social menu but want the “Site title and Tagline” centered.
    Kind Regards,
    Skandha

    #236351
    travelO
    Participant

    Hello Skandha,

    I hope you’re having a wonderful day.
    Firstly, let me THANK you for your prompt help, Appreciated much brother.
    And yes, I don’t want the Social Menu but I want the Site title and Tagline centered.

    Thanks,
    Best Regards.

    #236352
    Skandha
    Participant

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

    @media screen and (min-width: 64em) {
    	.site-branding {
    		position: absolute;
    		left: 50%;
    		transform: translateX(-50%);
    	}
    	.header-right {
    		margin-left: auto;
    	}	
    }

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

    #236353
    travelO
    Participant

    It didn’t work, still there.

    #236355
    travelO
    Participant

    @skandha Never Mind.
    It did work. MANY THANKS, bruv.

    Stay blessed.

    #236356
    Skandha
    Participant

    @travelo: 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/travelore/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

    #237785
    travelO
    Participant

    Done, I have left a review 🙂

    #237788
    Skandha
    Participant

    @travelo: Thank you for your wonderful review. Have a great day! 🙂

    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Site Title and Tagline centered everywhere but Desktop Version ?’ is closed to new replies.