• Resolved ecodimteam

    (@ecodimteam)


    Hello!
    I use ultimate product catalog 4.3.2, wordpress 4.9.2.
    When I output some information using checkboxes (for tags or custom fields ) to sidebar of my catalog, lines of text ‘crowl up’ checkboxes themselves.
    Meanwhile radio buttons are displayed absolutely correct.
    Thanks in advance for any help offered.
    Mariya

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Mariya,

    We looked into the website with the checkbox in the sidebar and it seems like your theme “Salient” is adding some CSS which is using the property align-items: center. Also, it is hiding the checkbox that we are using and putting new checkboxes.
    Do you see the same issue if you switch to a standard WordPress theme?
    In order to get the correct formatting, you would have to overwrite the CSS that your theme is creating. For instance if you use the following CSS, you would see the checkbox should be back at the right place:

    body[data-fancy-form-rcs="1"] input[type='checkbox'] {
       height: 20px;
       width: 20px;
       left: 0;
    }
    

    Best regards,

    Thread Starter ecodimteam

    (@ecodimteam)

    Thank you very much. I have completely rewritten css code for checkboxes in my theme salient and now everything is fine.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Checkboxes’ align’ is closed to new replies.