Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

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

add image to footer and center all

Home Forums Misc. General Forums add image to footer and center all

  • #12372

    fbarbe

    subscriber

    is it possible to add a png of my logo and center logo and copyrigth mention like that ?

    image

    © 2012 xxxxxxxxxx

    #16987

    Towfiq I.

    administrator

    Go to Appearance>Editor and select “footer.php” and add this line:

    <img src="your image file url" />

    before this line:

    <div class="copytext">

    let me know after you add this.

    #16988

    fbarbe

    subscriber

    my logo is center on the footer but the line © 2012 xxxxxxxxxx is on the top left… how can i center it under the logo

    #16989

    Towfiq I.

    administrator

    can you please post the site address here?

    And did you add the code before this line?:

    <div class="copytext">

    #16990

    fbarbe

    subscriber
    #16991

    Towfiq I.

    administrator

    Add these lines to your stylesheet:

    #copyright img {display: block;height: 70px;margin: 0 auto;

    width: 80px;}

    .copytext{float:none!important;text-align: center;width: 100%!important;}

    #16992

    fbarbe

    subscriber

    yeah. thanks it’s ok for the image now. but the copyrihgt text is not center. weird.

    #16993

    Towfiq I.

    administrator

    Just checked your site, the copyright text is in the center. can you press ctrl+f5 for hard refresh.

    #16994

    fbarbe

    subscriber

    i refreshed but if the copyright texte is ok there is problem. maybe it’s the logo… i don’t know but look again you will see what i mean. i reduce the copyright and it’s explicit.

    #16995

    Towfiq I.

    administrator

    This is how it looks in Firefox:

    http://i.imgur.com/ZAB5e.jpg

    #16996

    fbarbe

    subscriber

    yes. i agree and if the logo and copyright text was in the center it would be like that. no ?

    [attachment=3699,225]

    #16997

    Towfiq I.

    administrator

    hmm.. add this line to your stylesheet:

    .copytext{padding:12px 0px!important;}

    #16998

    fbarbe

    subscriber

    YEAH ! ! ! Thanks.