• Resolved Mahesh

    (@mailtopmahesh)


    Hi Alex thanks for the amazing template.
    1. how to Align the site description under Site Title???
    is there any css code please let me know.
    2. how to change font color and font size of Home Page Title?

    Please do the needful.

    Thanks in Advance.

    Regards,
    Mahesh.

Viewing 15 replies - 1 through 15 (of 15 total)
  • Link to your website, PLS?

    Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.

    Thread Starter Mahesh

    (@mailtopmahesh)

    i am very sorry mike.
    i am developing my website on localhost so i can not send the link. but my WEBSITE TITLE IS LIKE AS JUST AS HUEMAN DEMO HEADER.

    please find the below image link you can get an idea .
    i need to change the header description to exact below of the Website title as shown on image.
    please help me mike..
    http://i57.tinypic.com/o06pz8.jpg

    [Moderator Note: Please ensure that you are embedding links correctly in your posts. Link corrected.]
    image

    Thanks in advance,

    Regards,
    Mahesh.

    Thread Starter Mahesh

    (@mailtopmahesh)

    Thanks for replying Mr.esmi,
    i am very glad to see your suggestion, of course am using hueman child theme for editing.

    Thanks,
    Mahesh.

    OK,
    -supose you’re using child theme and know a bit of CSS
    -I’m also using local XAMPP Win install for test purposes, but U have a lot of free hosts where you can upload it , and show it when asking for advices.
    1- “Nevermind” – Alx demo
    – “.site-title” is “box” 165×60 px (no padding etc) -that’s basic if you write text in it ( no logo etc.) -leave it as is
    -“Description” box- basically box 60px heght -BUT –
    -padding-top and padding-botoom are 10px both – that’s why it looks “not aligned”
    If you leave “site title” as is, you can play with following CSS (child theme – don’t forget!)
    -adding for example:

    .site-description {padding-top:20px;)

    -description “goes down” 10 px (in my case, it’s enough to align with Description) – since you send only .jpg screenshot – I don’t know how many px you need, find out by testing locally.
    2-“how to change font color and font size of Home Page Title?”

    .site-title a{color: #E80D0D!important;}

    -this changes to something like red – choose hex color that suits you.
    That’s all – you asked for it. If you don’t need additonal help, PLS mark [resolved], if not – continue.
    BTW, my Hueman theme based website orangefreesounds.com is “overhacked” too (not propaganda) – but that’s the joy of using Alx’s great “opensource” Hueman theme – you can do whatever you like… + great support from him and folks like me – I have a need to “repay” him for giving theme that is better than most premium ones for free.
    Hope this helps.
    Mike

    -Forgot – font size of Title

    .site-title {font-size:66px;}

    toooo big (defaults 36px, when you change it, also must align again description again…and so on
    Good luck.

    Sorry,
    slight correction of above (typing too fast πŸ™‚

      “-description “goes down” 10 px (in my case, it’s enough to align with Description)”

    should be “to align with Title” – code is correct, suppose you understand it was typing mistake.
    Rest is OK – if you have any additional questions…just ask πŸ™‚

    Thread Starter Mahesh

    (@mailtopmahesh)

    Thankyou so much for the reply Mike.

    Yeah mike The Description is going down by using below css
    .site-description {padding-top:20px;)

    but now the description is exactly right of the TITLE.
    actually what i need is the description should be exact down to the MAIN TITLE like in this http://i61.tinypic.com/70v1hc.jpg image

    i hope you catch my point now. please help me..

    Regards,
    Mahesh.

    [Moderator Note: Please ensure that you are embedding links correctly in your posts. Link corrected.]

    OK, I understood you need it right and aligned, now it’s clear.
    I’ll try to figure something and send you in next couple of hours (really busy at the moment).

    I inspected it with Firebug (Firefox plugin, you can do the same)
    -Site Description and Site Title are both part of same object “<div class=”group pad”>
    -so, natural behavior: they are placed one after another (tile ->description).
    With this CSS “hack” you can make title full width on high resolution and force description to move under:

    .site-title{width:1320px;}

    but you loose description on lower resolutions.
    Yes, you can do same for all resolutions in child theme:
    @media only screen and (min-width: 720px) and (max-width: 800px) {
    ….code…
    }
    /* Mobile – 480px & 320px */
    @media only screen and (max-width: 719px) {
    ….code…
    }
    /* Mobile – 320px */
    @media only screen and (max-width: 479px) {
    ….code…
    }
    placing appropriate width in px and it will work.

    But – I don’t recommend it – that’s what I call “theme overhackng” – it is not natural for theme, and you will never be sure where it will break next.

    So, decide yourself, but don’t ask why something else does not work eventually after this “hack”.
    Regards,
    Mike

    Thread Starter Mahesh

    (@mailtopmahesh)

    Thanks for the information mike.. i don’t want to do theme over hacking… so there is no resolution for my query without hacking theme?

    regards,
    Mahesh.

    Well, don’t get me wrong,I use sometimes term “hacking” for fun (that’s why I usually put it in quotes). CSS modifications like changing font color above and similar – are not hacks, of course.
    But forcing description to go under title in Hueman theme as I described above is rather “theme overload”, or forcing it to behave unnaturally.
    As proposal: why you don’t make a logo (instead of written text) where you can include both (title and description) and upload it through Theme Options->Header->Custom logo?

    No, I don’t know for some more “natural” way to do it (I’ve seen 50- 100 websites made in Hueman with modifications, but non has textual title and description aligned as you planned).
    Maybe somebody else has solution?
    regards,
    Mike

    Thread Starter Mahesh

    (@mailtopmahesh)

    Hmmm.. Yeah Mike thanks for your support..
    So i need to go create a LOGO for my site.. but mike is there any Free tools to create a Responsive LOGO?
    Please Help me Mike, i believe that i’ll get a positive reply from you..

    Thanks & Regards,
    Mahesh.

    Thread Starter Mahesh

    (@mailtopmahesh)

    Thanks for your suggestion Mr.RickJanssen , but i am looking for a solution in hueman theme. is there any possibilities in this regard..?

    Regards,
    Mahesh.

    Mahesh,
    you don’t “need to”, it’s my proposal for quickest solution in Hueman.
    Logo doesn’t have to be responsive, it’s simple JPG or PNG file.
    Free tools:
    http://www.webdesignbay.com/tools/free-online-photo-editors – a nice list of free editors.
    Or just google for “free online photo editor”
    I’m not specially good with design, find out what suits you best.
    PLS mark this [resolved] if you have no more questions.
    Good luck with designing!
    Mike

    Thread Starter Mahesh

    (@mailtopmahesh)

    Thanks for everything Mike thank you so much for immediate reply..
    i’m very glad for your positive reply..
    thanks & god bless you..

    Regards,
    Mahesh.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Align Site Description Under site Name ?’ is closed to new replies.