How to put ad higher

Discussion in 'Placement / Reviews / Examples' started by vampirepro, Oct 17, 2017.

  1. #1
    How to put ad higher where is first sentence

    Right now I use <div style="display:block;float:left;margin: 10px;">

    https://i.imgur.com/zmEFTH8.png
     
    vampirepro, Oct 17, 2017 IP
  2. qwikad.com

    qwikad.com Illustrious Member Affiliate Manager

    Messages:
    7,329
    Likes Received:
    1,708
    Best Answers:
    31
    Trophy Points:
    475
    #2
    Don't use display: block and float: left together, it's redundant. All you need is just float: left. You can try line-height to pull it up.

    <div style="float: left; margin: 0 10px 10px 10px; line-height: 16px;">

    Change that line-height until the banner is where you want it to be.
     
    qwikad.com, Oct 17, 2017 IP