Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I don’t see a logo on your site.

    Scribbles seems to be a godaddy proprietary theme and, unfortunately, I can’t find any support for it.

    Do you mean the site title and site description?

    If so, you can add this to your Child Theme style.css, or via the use of this Custom CSS plugin.

    .site-title-wrapper {
        width: 67.22222%
    }
    .site-search-wrapper {
        width: 27.22222%;
    }
    .site-title, .site-description {
        display: inline-block;
    }
    .site-description {
        margin-left: 20px; 
    }

    All I have done is altered the widths of your logo area and search area, which allows your site description to be alongside your site title.

    Hope this helps.

    Thread Starter dabra34

    (@dabra34)

    Not able to do it. But what I did was removed the text and added it to my logo.
    Thanks for the help anyways.
    Is it possible to remove the hero section? If yes, then how?
    How can I change the width of my slider? I want the slider images to be as much as the page width.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo and Site Title in one line’ is closed to new replies.