• Resolved SND Computing

    (@snd-computing)


    Hi!

    Nice theme.
    I want to show logo and title of site side-by-side instead of logo showing above the title. How to do it?
    Please Help.

    Thanks

Viewing 15 replies - 1 through 15 (of 17 total)
  • Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.

    Thread Starter SND Computing

    (@snd-computing)

    But how can I actually do it?

    Can we first see your site using your active child theme?

    Thread Starter SND Computing

    (@snd-computing)

    Yes, you can see site at … puncham.in/wp

    Why are you using an old copy of WordPress? Were you aware that your site is currently running a very real risk of being hacked? You need to upgrade WordPress asap. As you have such an old version of WordPress, you will need to carry out a series of smaller manual upgrades. See Upgrading_WordPress_Extended for the full details.

    Also, there is no child theme active on the site – only the original parent theme.

    Thread Starter SND Computing

    (@snd-computing)

    Thanks for the information, but this the demo site. I actually wanna know the answer of my question and will do all the things in main site.
    Please help if you know how to do it

    I’m sorry but I would not be comfortable doing that unless I was sure that you were using a child theme.

    Thread Starter SND Computing

    (@snd-computing)

    I am using the latest wordpress.

    Thread Starter SND Computing

    (@snd-computing)

    I work on main theme always. Whats the problem in doing so!!!

    Anonymous User 9936702

    (@anonymized-9936702)

    Hello SND Computing!

    To achieve this, you’ll want to make modifications to your theme’s styles. Unfortunately, this isn’t something we can provide step-by-step support for 🙁

    Hi SND Computing,

    I think I found a quick solution for your problem. Try pasting this CSS line into the stylesheet editor (or use a child theme, as recommended):

    h1.site-title {
    clear: none;
    }

    Hello!

    I actually have the same question. I solved it by creating a png-file with the logo and the title on the same line and by hiding the actual site name. But …

    Does anybody know how to customize the css-file with custom css plugin to get the same result like “SND Computing” asked?

    I can’t show you the site because it running local with XAMMP.

    Thanks in advance!

    PHBW, it’s poor SEO practice to put your sub-title in a jpg image that Google, bing and other search engines cannot read.

    Anonymous User 9936702

    (@anonymized-9936702)

    @tonyzeoli Thanks for helping out!

    Exactly, i want to show logo and site title side-by-side instead of using an jpg. You know how’s that possible?

    “carykelly”‘s suggestion to try it with:

    h1.site-title {
    clear: none;
    }

    doesn’t work.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Logo and title in 1 line’ is closed to new replies.