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. 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
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
Hello Praveen, thanks a lot. The second image appears now inline. But unfortunately the third and fourth image not: I don't want to use the 4th Footer Widget Area for the two images because there will be a huge gap: 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
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