Pictures in Footer

Discussion in 'ColorWay WordPress Theme' started by hallo128, Jan 7, 2015.

  1. hallo128

    hallo128 New Member

    Joined:
    Jan 2, 2015
    Messages:
    10
    Likes Received:
    0
    Hello,

    I want to add two (or more) images in the footer.

    The problem is they appear underneath each oter. I want it next to eachother in one line.

    Unbenannt.jpg

    I use the "Text"-Widget (the 4th-Footer will be empty): http://quinta-no-estaco.com

    The code is:
    Code:
    <a href="http://www.fewo-direkt.de/ferienwohnung-ferienhaus/p48717" rel="nofollow"><img src="http://quinta-no-estaco.com/wp-content/themes/colorwaytheme/images/fewo_siegel_1.png" alt="HomeAway" style="border:none;" rel="nofollow"/></a><a href="http://www.holidaycheck.de/hotel-Reiseinformationen_Quinta+no+Esta%C3%A7o-hid_1461388.html" title="Quinta no Estaço - Overall Rating - (- from 6)"><img src="http://quinta-no-estaco.com/wp-content/themes/colorwaytheme/images/hc_siegel_1.png" alt="HolidayCheck" title="Holidaycheck"></a>
    Can You please give me an advise?

    Thanks and Regards,
    Matthias
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Matthias,

    Please paste the code given below in custom css.

    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .textwidget a img {
    width: 89px;
    }
    Thanks
    Praveen
     
    hallo128 likes this.
  3. hallo128

    hallo128 New Member

    Joined:
    Jan 2, 2015
    Messages:
    10
    Likes Received:
    0
    Hello Praveen,

    thanks a lot. The second image appears now inline.

    But unfortunately the third and fourth image not:
    Unbent.jpg

    I don't want to use the 4th Footer Widget Area for the two images because there will be a huge gap:
    Unbent33.jpg

    Is it possible to change the width of the 3rd Footer Widget Textarea? That would solve all my problems...

    http://quinta-no-estaco.com/

    Thanks and Regards,
    Matthias
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Matthias!

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer-container .common.third {
    width: 360px;
    }
    
    Thanks & Regards
    Pramod
     
    hallo128 likes this.

Share This Page