Adding logos to the footer area

Discussion in 'RoadFighter WordPress Theme' started by bernz, Mar 6, 2014.

  1. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    I have tried searching for this, how do I add logo(s) to the footer area?

    Thank you.

    Ben
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Ben,

    Go to the Appearance > Widgets panel in your dashboard and drag Text widget and drop it in the Footer Widget Area section
    and then paste the code given below in the content area of text widget.

    Code:
    <img src="Enter The URL Address of Logo Image  Here "> 
    See the image for reference,

    [​IMG]

    This will solve your issue.
     
  3. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Thank you Piyush, also can I link the image to another page or site using this method? Also, is there a way to know what size I should make my logo to fit that area so that it is not too big or small.

    Again thank you.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    To link that image with another page,
    you can paste the code given below there instead of previous code.
    Code:
    <a href="Enter The URL Link Of Another Page "><img src="Enter The URL Address of Logo Image  Here "> </a> 

    You can use the logo image of dimension 265 x 176 pixels for the footer section,
    it will look better.
     
  5. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Last question on this the image and the title are not lining up with each other. the image or text is slightly off what is the best way to make sure these stay even or lined up with one another.

    Thank you.

    Ben
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  7. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer .footer_widget.last {
    margin-top: 48px;
    }
     
    Adjust its value as per your requirements.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page