modify css code
in Other
hello,
Can i modify aspect of each bloc of the form "date d"arrivée" the three blocs, the "nombre de nuits" bloc and "nombre d'adultes" bloc on that page :
http://hotel-astrid.fr/?page_id=91
and can i do this only for that page.
be cause i have the same code on an other page http://hotel-astrid.fr/?page_id=25
and i dont want to change this one
if yes how ?
i found to modify size as example in my custom css i put :
select, textarea {
width: 100px;
}
but this change all blocs on every page
ty
Can i modify aspect of each bloc of the form "date d"arrivée" the three blocs, the "nombre de nuits" bloc and "nombre d'adultes" bloc on that page :
http://hotel-astrid.fr/?page_id=91
and can i do this only for that page.
be cause i have the same code on an other page http://hotel-astrid.fr/?page_id=25
and i dont want to change this one
if yes how ?
i found to modify size as example in my custom css i put :
select, textarea {
width: 100px;
}
but this change all blocs on every page
ty
Comments
to make CF7 fields full width inside the container they are, you need to wrap fields in necessary column shortcodes or html tags. All column shortcodes, you can find on http://themes.muffingroup.com/be/theme/shortcodes/typography/#columns but if you would like to know how we do it, just create additional WordPress installation and import one of our demos where we have contact form built with CF7 plugin. This is the easiest and fastest way to learn how things were made.
Thanks!
maybe bad explain
i'm not fluent :-(
but i solved myself
for someone who understand what i wanted to do :-) and want solution :
i wanted to custom each textarea one by one
i add css code for each select item like this :
<select name='frommonth' style="width:50px; padding:0px; margin-bottom:0px; font-size:13px; border-width:0px;">
ty