Skyscraper Banner on right side

Discussion in 'GeoCraft WordPress Theme' started by zweitbuch, Mar 19, 2014.

  1. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    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




     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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
     
  3. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    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/
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     
  5. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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
     
  7. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    thank you, but in which file shall i add the class code?
     
  8. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    plz adivce
     
  9. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Replace that code with the ad code that you have added in the text area(Dashboard > widgets).

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page