How to move somthing in footer?

  • Anonymous

    #7284

    ****SORRY I clicked send before realizing I did not put this as a support question, I don’t know how to move it to support once I sent it ***

    how can I move the

    HAVE A QUESTION FOR ME?

    CONTACT ME

    Words in the footer to above Ian Arturo Izaguirre link in my footer.

    I want it to be in the corner

    I cant figure this out using firebug

    and since I removed the return to top link in the footer in the grapheme options the face book like and tittle text moved from being on top of each other perfectly and the title instead of being “long” moved to being on top of each other like in a box.

    —This was the code I was given to fix it before when I had the return to top link, I don’t know what to change to fix it again

    #fcbk_share {
    margin-left: 340px !important;
    position: absolute;
    }
    /*center facebook like in footer */
    #text-2 h3 {
    margin-left: 300px;
    }
    #text-2 {
    margin-left: 100px !important;
    Mod

    Kenneth John Odle

    #37424
    Quote:
    I clicked send before realizing I did not put this as a support question, I don’t know how to move it to support once I sent it

    Moved.

    You are adding that text widget to the developer action hook, so you may want to try another action hook.

    Anonymous

    #37425

    I have tried other action hooks. But nothing puts it exactly where I want it to go, which is above my name that’s a link. And I have no idea how to fix that facebook like button in my footer.

    Mod

    Kenneth John Odle

    #37426

    Okay, try adding this to custom CSS:

    #graphene-dynamic-widget-graphene_developer {
    left: 170px;
    position: absolute;
    top: -25px;
    }

    But it still won’t be right. You are essentially trying to use the footer area for something it wasn’t intended for. Your better bet would be to use the footer widget area or a different set of action hooks.

    What do you want the Facebook like button to look like? I have generally found the code that Facebook provides to be a pain in the neck to get just right, and at some point I just throw up my hands and say “oh, close enough for government work”. 😉

    Anonymous

    #37427

    I would love to make it into something that looks like this http://www.webdesignerwall.com/wp-content/uploads/2009/03/sqarespace-footer.jpg

    Is that impossible to do with this theme?

    And how do you find the #graphene-dynamic-widget-graphene_developer part of the code in firebug ? or where can I find that myself

    Anonymous

    #37428

    or like the footer in http://www.ted.com

    Admin

    Syahir Hakim

    #37429

    Not impossible, but will require pretty significant modification in a child theme to customise the footer like that.

    Anonymous

    #37430

    Ok thank you for your help, I think I got the footer to where I want it for now, thanks for all of your help

Viewing 8 posts - 1 through 8 (of 8 total)

  • You must be logged in to reply to this topic.