+ 1 Button Problem

Discussion in 'CSS' started by vatu, Oct 6, 2011.

  1. #1
    Am try to add +1 button on wordpress sidebar, But facing align problem

    want to add +1 button and Text on same line.

    [​IMG]

    help me how do it.
     
    vatu, Oct 6, 2011 IP
  2. SheetalCreation

    SheetalCreation Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    3
    Trophy Points:
    0
    #2
    use float:left for all elements which you want to move in a line.

    or give display: inline for elements.

    anyone of them should work for you.

    Sheetal
     
    SheetalCreation, Oct 7, 2011 IP
  3. vatu

    vatu Active Member

    Messages:
    372
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Where to add the code:-

    <div class="module_container" style="padding: 10px; background: none repeat scroll 0% 0% rgb(255, 243, 228); border: 1px solid rgb(255, 227, 191); height: 26px;">
            <g:plusone href="http://www.technobuzz.net"></g:plusone><div style="line-height: 26px; font-size: 11px; font-weight: bold; color: rgb(147, 87, 10); float:left; ">Recommend Technobuzz on Google</div>
    
                
            </div>
    
    
    Code (markup):
     
    vatu, Oct 7, 2011 IP
    Raj Kumar likes this.
  4. SheetalCreation

    SheetalCreation Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    3
    Trophy Points:
    0
    #4
    You have already float:left for the text you need to wright same for add +1 button also.

    Give me full code for add +1 button and text so i can tell you where what needs to modify.



    Sheetal
     
    SheetalCreation, Oct 7, 2011 IP
  5. vatu

    vatu Active Member

    Messages:
    372
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #5

    Thats the Full code :(
     
    vatu, Oct 7, 2011 IP
  6. vatu

    vatu Active Member

    Messages:
    372
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #6
    Help me please
     
    vatu, Oct 13, 2011 IP