• Resolved romancenalmor

    (@romancenalmor)


    I had a Tittle on Header, and i add a little description, the description its on the right of the Tittle.
    Would like to see the description below the Tittle.

    Its possible? Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author acosmin

    (@acosmin)

    I am sorry but this is starting to feel like custom web design work. I can only help you with bugs or minor tweaks. You can find the help you need on http://jobs.wordpress.net/.

    As for your question, I am going to help you one last time.

    Open header.php find:

    <h2 class="description"><?php bloginfo( 'description' ); ?></h2>

    add above it this code:

    <br />

    Now open style.css find:

    .logo {
    display: inline-block !important;
    position: absolute;
    font-size: 36px;
    letter-spacing: 10px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    top: 50%;
    left: 50%;
    margin-left: -245px;
    transform: translate(0, -50%);

    change it to:

    .logo {
    display: inline-block !important;
    position: absolute;
    font-size: 36px;
    letter-spacing: 10px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    top: 50%;
    left: 50%;
    margin-left: -245px;
    transform: translate(0, -50%);
    text-align: center;
    }

    also find:

    .logo a, .logo .description {
    display: inline-block;
    float: left;
    }

    change it to:

    .logo a, .logo .description {
    display: inline-block;
    }

    Sorry for being harsh, but its just a free WordPress theme.

    Thread Starter romancenalmor

    (@romancenalmor)

    First of all thanks so so much, you help me in all i asked so good.
    Second sorry so so much , you are not harsh, you are so polite, and again ill say sorry, was a big misunderstanding, i saw was free, and good for me, but i understood many questions was good for you too, cause many people read about your good work, so i did as help me and say thanks to you.
    Ill check website you recomend to me, to see.
    Ill not disturb more here, as i told sorry, didnt understand all.
    Im a little private starting to learn, so i would like to ask, if any way that doing a mothly fee, i can have support, cause i never want all free, just to know.

    Sorry for my english, and thanks a lot for your last help, i did, and as always all good.

    Thread Starter romancenalmor

    (@romancenalmor)

    The website where you said to me, its not good, its a place to pay a man for do the job, i want learn, and its what im doing here, what i need its a support not a man to do the job, and im not talking about free.thanks anyway

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Header’ is closed to new replies.