Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Luna Garden Moderator
    #963252

    Hi,

    Try to add these lines to your CSS file:

    .vertical-layout .chzn-container.chzn-container-single {
        min-width: 0 !important;
    }

    joeluvny Friend
    #964069

    Which CSS file?

    joeluvny Friend
    #964083

    Thank you, that worked fro the parent fields but the child fields are still right justified. Do you have a solution for this?

    Joseph

    Luna Garden Moderator
    #964104

    Hi,

    If then change above CSS lines I posted to this:

        .vertical-layout .chzn-container.chzn-container-single,  .vertical-layout .chzn-container.chzn-container-single .chzn-drop{
            min-width: 0 !important;
        }
    
      .vertical-layout .chzn-container.chzn-container-single .chzn-drop{
          text-align: left;
    }
    

    joeluvny Friend
    #964236

    Thank you very much, that worked perfectly! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  joeluvny 7 years, 8 months ago.

The topic ‘JA K2 Filter Module Deisplay is offset in the frontend’ is closed to new replies.