• Resolved lesliedare

    (@lesliedare)


    I would like to move the Site Title and Tagline to the right of the logo, instead of the current position underneath the logo.

    I know how to add Custom CSS, and have searched online, but can’t find any solutions specific to this. I’m using the Twenty Sixteen theme.

    Your help is much appreciated!

    Thanks,
    Leslie

    • This topic was modified 4 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hallo there ??

    Have you viewed this on a tablet screen?
    When I inspected the elements, I noticed that the menu moves to almost next to the site logo.
    Moving the site-title and site-description elements isn’t advisable in such a case.

    Thread Starter lesliedare

    (@lesliedare)

    @carike, thanks for chiming in. The menu is likely to be modified and shortened quite a bit. Assuming that spacing on a tablet screen isn’t an issue, do you have a suggestion for how I would accomplish this? Thank you!

    You can try:

    .site-branding {width: 100% !important;}
    .site-title {display: inline-block !important;}
    .site-description {display: inline-block !important;}

    It will probably require an extra line or two of tweaking after that, depending on what affects what in the theme.

    • This reply was modified 4 years, 7 months ago by Carike. Reason: closed code block
    Thread Starter lesliedare

    (@lesliedare)

    Thanks! I decided to go in a different direction by enlarging the area that accommodates the logo and using a logo image that has the site tile and tagline language. I appreciate your help!

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