Dear Inkthemes Team, I would like to include a line below my logo at the header, where it says: "in cooperation with" and then i want to include some logos of partners, and a hyperlink to them... could u tell me how I can do that!? www.ZWEITBUCH.org thanks Daniel
Hello, You have to follow 2 steps. Step-1: Edit header.php file follow below image. Step-2: Paste this code in Custom CSS to re-size the image Code: .extraimage img { width:30px; height:30px; } Thanks Pramod
hi pramod! so i did that now and added three logos, i want to have all of them in a row, but unfortunately the third logo comes in a next line! how can i avoid that?? http://www.zweitbuch.org/Marktplatz i used that code Code: <div class="grid_14 alpha extraimage"> <a href="http://www.bit.ly/volumezweitbuch"/><img src ="http://www.zweitbuch.org/Volume_Logo.jpg"/></a> <a href="http://www.bit.ly/unijobszweitbuch"/><img src ="http://www.zweitbuch.org/unijobs.jpg"/></a> <a href="http://www.bit.ly/univiezweitbuch"/><img src ="http://www.zweitbuch.org/universitat-wien.jpg"/></a> </div> best, Dani
I am seeing the logos in one line only. I think your issue is resolved already. See screenshot http://screenpresso.com/=BrSOf
hi neeraj, yes thanks! i worked on it and figured out how to do it.. what i did was changing "grid_14" to "grid_20"... so to be honest i do not really know why this worked , is the number the length of the grid??