Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1007982
    cabforward
    Participant

    I’m trying to float these x’s right inside the accordian, to align them with the text on the left. The top x isn’t inline with the text to the left of it. It’s sort of pushed down a bit.

    <span style=”color: #4d4d4d;”>Reports for Fire, EMS or any incident response</span>
    <span style=”float: right; color: #4d4d4d;”>x</span>

    <hr />

    <span style=”color: #4d4d4d;”> Copies of records made by District</span><span style=”float:right; color: #4d4d4d;”>x</span>

    <hr />

    <span style=”color: #4d4d4d;”> Returned Checks</span><span style=”float:right; color: #4d4d4d;”>x</span>

    #1007987
    cabforward
    Participant
    This reply has been marked as private.
    #1008390
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Would you mind sharing us a screenshot or guide of what you want to achieve and you URL so we could check your setup closer.

    Don’t forget to set it as private reply.

    Thanks.

    #1009161
    cabforward
    Participant
    This reply has been marked as private.
    #1009167
    cabforward
    Participant
    This reply has been marked as private.
    #1009308
    Joao
    Moderator

    Hi There,

    The position inside the box is sensitive to “Enter” so you need to keep the code on the same line, I have changed the very first item so you can see.

    From this:

    <span style="color: #4d4d4d;">Reports for Fire, EMS or any incident response</span>
    <span style="float: right; color: #4d4d4d;">$5.00 each</span>

    I Changed to:

    <span style="color: #4d4d4d;">Reports for Fire, EMS or any incident response</span><span style="float: right; color: #4d4d4d;">$5.00 each</span>

    Follow the example on the other items and your items will be aligned.

    ***Note that when I aligned the items still looked like they are in different lines after I pressed delete to remove the “enter space” but that makes all the difference.

    Hope that helps,

    Thanks,

    Joao

    #1009398
    cabforward
    Participant

    Thank you!

    #1009511
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1007982 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>