How to put a "Button" at the end of a text-line?

Homepage Community Forums Epik Theme Support How to put a "Button" at the end of a text-line?

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10479
    Nandita
    Customer

      Please help me to put a BUTTON at the end of a text-line (H4).

      For example: This is an example sentence – BUTTON

      #10484
      Eric
      Customer

        Have you seen the buttons page on the Epik demo? – http://demo.appfinite.net/epik/buttons/

        The code to make buttons is at the bottom.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #10491
        Nandita
        Customer

          Hi Eric,

          I’m not asking about the Button Code. I just want to put the button inline with the text (at the end of the sentence). Not below the text in H4.

          I’m trying to put a button (Large) inline with a sentence in H4. But it’s appearing just below the Heading or Sentence in H4.

          Is there any way to solve it?

          #10494
          Eric
          Customer

            Do you have a link to your site where this is taking place so I can see what’s going on?


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #10498
            Nandita
            Customer

              It is http://shoutabrand.com

              Text Line is – “Choose the Plan that best suits your needs” in H4.

              #10508
              Eric
              Customer

                Ok, usually it would automatically show up at the end if it were regular text, but since you’re using a <h4> it causes everything else to start on the next line (sort of like a div container). A way to get around it is to add a float to it like this –

                <h4 class="alignleft">Choose the Plan that best suits your needs</h4>

                I added a class – class="alignleft" which uses float left. Once you do that then it should cause the button to float up. Once you give that a try let me know.


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                #10512
                Nandita
                Customer

                  Hi Eric,

                  G8! It worked like a charm…

                  Thanks you so much 🙂

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘How to put a "Button" at the end of a text-line?’ is closed to new replies.