• is it possible to move the Site Title and tagline to the right side of the header? If I turn them both on they are practically on top of the logo

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    Out of box our theme natural behavior of site title and description is to be on the side of the logo. I inspected your site and when I added the site title it do appears on the right side of the logo rather than being on top of the logo. Could you please enable the site title and let me know as it will be easy for me to check when I can see the issue first hand.

    But if you still insist on having your site title and tagline on the right, please add the following CSS:

    .logo {
    	float: left;
    }
    
    .site-title-wrapper {
    	float: right;
    }

    Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/

    P.S Please flush the cache after you have added the CSS to see its effect. I believe you are using the WP Fastest Cache plugin.

    Thanks and Regards,
    Milan.

    Thread Starter bigjayce

    (@bigjayce)

    Hi Milan,

    Thanks for the reply, I have enabled the site title, as you can see it is right by the side of the logo, I would prefer it across the other side of the header (above the cart)

    Also I seem to now have a menu toggle that is throwing the menu out slightly, can this be turned off?

    Hi @bigjayce,

    Please replace the previous CSS I provided with below CSS:

    .logo-wrapper {
        margin: 20px 0;
        float: none;
    }
    .logo {
    	float: left;
    }
    
    .site-title-wrapper {
    	float: right;
    }
    
    .header-second-layout #secondary-navigation {
        padding-left: 5px;
    }

    I believe this should do the trick and enhance the look. And the a menu toggle, please add menu on Display location primary menu and remove the menu from secondary menu this will solve your issue.

    Thanks and Regards,
    Milan

    Thread Starter bigjayce

    (@bigjayce)

    Hi Milan,

    Thanks for that, it looks so much better now ??

    Regards the menu, I only have one menu in the primary position and no secondary ?

    Hi @bigjayce,

    Good to know I was helpful. For your query related to the menu, could you please go through below article.

    https://docs.themegrill.com/knowledgebase/all-about-wordpress-menus/

    If there’s further query, please let us know.

    Thanks and Regards,
    Mialn.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Right Justify Site Title and Tagline’ is closed to new replies.