Reply To: Using a button in the Home Feature #3 (Gray) widget area

Homepage Community Forums Epik Theme Support Using a button in the Home Feature #3 (Gray) widget area Reply To: Using a button in the Home Feature #3 (Gray) widget area

#10357
Bob_Fortner
Customer

    I got the button to show up, but the text and the button want to wrap together. I tried to code this so that the text would do what it needs to on the left and that the button could be inline with the first line of text on the right. Here is the current code I’m using:

    <div class=”alignleft”>An on-site photo shoot, extensive photo editing and delivery of appropriately licensed images included in all proposals.</div>

    <div class=”alignright”>Medium</div>

    I was thinking that the <div class=”align left”> and <div class=”align right”> would give me what I’m looking for, but it doesn’t seem to work.