Hello,
I noticed that in advanced search here
http://174.132.147.254/ ~bottega/index.php/fai-la-spesa/conosci-i-produttori
my select boxes have a fixed width of 220px, coming from
.../media/jui/css/bootstrap.min.css
this cut out the select boxes default text in some cases,
I know I could just edit
.../media/jui/css/bootstrap.min.css
but I am afraid this would affect also other select boxes around the site
I though about adding some inline css to default_markup_custom.css
which is the markup template I am using
but I can't find exaclty where to add it
I tried to customize line 1131 as follows
<div class="tab-pane" id="tab-<?php echo $filter->key?>" style="width:100%">
but this doesn't work
any suggestion?
Thank you,
Nic
Hello,
I noticed that in advanced search here
http://174.132.147.254/ ~bottega/index.php/fai-la-spesa/conosci-i-produttori
my select boxes have a fixed width of 220px, coming from
.../media/jui/css/bootstrap.min.css
this cut out the select boxes default text in some cases,
I know I could just edit
.../media/jui/css/bootstrap.min.css
but I am afraid this would affect also other select boxes around the site
I though about adding some inline css to default_markup_custom.css
which is the markup template I am using
but I can't find exaclty where to add it
I tried to customize line 1131 as follows
but this doesn't work
any suggestion?
Thank you,
Nic