There seems to be a design issue for the drop-down quantity box for the Solidres Extras... with the current CSS,
it does not show the actual number in the drop-down box (see screenshot), when I inspect the element and change the padding-left to 20px from 25px, the numbers show, so I used an override where I changed this setting ...
}
.row [class*="span"],
.row [class*="col-"],
.row-fluid [class*="span"],
.row-fluid [class*="col-"] {
padding-left: 20px;
padding-right: 25px;
margin: 0;
}

but somehow, after uploading this, it does not work and still shows the 25 px as padding-left ...

Did I forget something or used the override wrong? Any help would be appreciated,

Thanks

Heiko

PS: In general it seems that the template somehow overrides all settings from within Solidres for sizes of the fields in the reservation form, all are the same size and drop downs convert to half the form size, no matter what we put inside the actual field settings...

Hi Heiko

In which page I can see above issue?

    saguaros Just follow the Book now process and try to make a booking, on the reservation form of Solidres you will see the screenshot...

    Heiko

    example click here

    I updated this custom css:

    #solidres .extras_row_guestform select {
        width: 90px;
    }

    Kindly check.

      saguaros unfortunately that did not fix it, still exactly the same as in my screenshot before...

      Heiko

      Maybe cache from your web browser? It looks fine at my end now:

      Yup, now it works, no clue, did not clear the cache but it works now anyway, thank you very much...

      Heiko

      Write a Reply...
      You need to Login to view replies.