Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #727290

    Hi there

    Is there a way using Quick CSS where the text (name, email, subject etc.) can be aligned to the right of the fields, rather than over the top?

    #727439

    Hey whdsolutions,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #727467

    Page added

    #727481

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top.page-id-570 label {
        text-align: right;
    }
    

    Best regards,
    Vinay

    #727511

    That has aligned right, what I wanted is like the attached link

    #728341

    Hi,

    Please adjust the code to the following.

    .avia_ajax_form label {
        width: 30%;
        float: left;
    }
    
    .avia_ajax_form input, .avia_ajax_form textarea {
        width: 70% !important;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.