• Hi folks! First of all I became a real fan of customizr after testing some other themes on wordpress! Great job!
    What I need for my total happiness ?? : How is it possible to put the title of my wordpress website (the word “Schule”) to the very left side nearby the logo (see ukraine-blog.de)? I tried to do that with .inside.site-description but unfortunately without any success.
    How do I write directly under the title a subtitle on the other line and underline it (I tried to do that with
    but it didn’t work).
    Is it possible to change the color, size and font of the title in the header and put it directly nearby the logo?
    Can I stretch the tagline so I have not 2 rows of categories but only one?
    It would be great to get an answer to these questions!
    Keep on rocking folks!
    cheers!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Do you have a url?

    Thread Starter Alrox

    (@alrox)

    are you trying to underline schule?

    Thread Starter Alrox

    (@alrox)

    yes, and also I’m trying to put “schule” to the very left side, where the logo is standing.

    Ok… now i’m on the same page with you. The challenge here is that Schule actually is sitting in the navbar wrapper, So you would have to create a child theme with the header.php as one of the files and restructure that file so that the Tagline is outside of the navbar. Once that is outside, you can reshape it.

    As for the navbar, Same situation in that you can need to adjust the size of the navbar wrapper. Word of warning is that it will take a lot of margin tweaks to really make it optimal.

    I hope that at least points you in the right direction.

    There’s a new section in the Themes & Co website for Code Snippets where you should look first.

    I’ve published this starter last week:
    [Moderator note: Please stop using these forums to link to your site. If you have a solution post it HERE.}

    Thread Starter Alrox

    (@alrox)

    @rdellconsulting
    Thanks for your post! I’ve just took a closed look at the site with code snippets, but there is only the info how to hide the tagline an so. It would be great, if you could tell me how to customize the title (another color, font and size) and perhaps how to move the tagline or just make it a bit wider.
    Have a nice day.

    @alrox, I’ve updated the color, font & size details in that Snippet (remember to refresh your browser).

    I’ve already shown how to switch the Tagline & Social Icons.

    What do you mean by making the Tagline wider? Given the Navbar box, Twitter Bootstrap coding has defined the Social Icons to take 5/12 of that box and Tagline 7/12. It can all be adjusted, but unless you have a precise definition, it’s difficult to show a solution.

    You also have to consider how it will look on various viewports, eg smartphone, tablet, widescreen etc.

    Thread Starter Alrox

    (@alrox)

    @rdellconsulting
    You are my hero! That’s exactly what I needed. Everything looks nearly perfect. With “making the tagline wider” I mean (if you take a look at the website https://www.ukraine-blog.de) I’d just like to see the categories in my menue in one line.
    How is it possible to move the whole “box” (I think it’s called navbar, where the names of categories are standing) more closer to the logo??
    Thanks a lot for your help!!!

    OK, try this:

    .navbar .navbar-inner {
      margin: 14px 45px 10px;
    }

    You can adjust the 45px to what you need.

    BUT!

    it depends on the viewport used (smartphone, tablet, desktop, widescreen) how this will look. I presume you’re using a 1280×800 screen which looks OK. But I’m using a widescreen and the Tagline’s not right. The margin% you’ve customized need to vary.

    Make the change above first, and come back when it’s done and I’ll try to help a bit more if you need it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to customize the tagline’ is closed to new replies.