Hello! I would like to add a Skyscraper Banner on the right side of my webpage, how can i do that? thanks for your support
Hello, For this go to the Appearance > widgets and add text widget in the "Home page widget area". And add your banner code in that text widget. Thanks & Regards Nitesh Raghuwanshi
and can i put it even more on the right side (right at the edge of the page?) here is my site, so u can see that it is still a bit centered http://www.zweitbuch.org/Marktplatz/
Hello, Paste this code in Custom CSS Geocraft Settings > Theme Option > Styling Option > Custom CSS Code: .sidebar img { margin-left: 80px; } Adjust its value as per your requirements. Thanks & Regards Gourav Shrivastava
hm thanks, but i think this is influencing other sites as well, e.g. the captcha in the listings, where users can contact the sellers, is now far right http://www.zweitbuch.org/Marktplatz/listing/kleines-buch/
Ok do one thing. Put you sidebar image code inside any class. Like: Code: <div class="ad-img"><a href="http://www.trafficwave.net/members/gdicoop"> <img src="http://www.trafficwave.net/images/banners/120x600e.gif" alt="Email Marketing" border="0"></a></div> and then remove previous css code and paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar .ad-img img { margin-left: 80px; } Thanks & Regards Nitesh Raghuwanshi
Hello, Replace that code with the ad code that you have added in the text area(Dashboard > widgets). Thanks & Regards Nitesh Raghuwanshi