- Posts: 1122
- Thank you received: 163
mod_cpsearch style
- andrea_4g
- Offline
- Administrator
Less
More
12 years 5 months ago - 12 years 5 months ago #817
by andrea_4g
Replied by andrea_4g on topic Re: mod_cpsearch style
It appears that the cpsearch module you'd like to modify is still configured with 'Layout type' = table.
If you want that css modification to have effect you need to select 'Layout type' = div.
If you want that css modification to have effect you need to select 'Layout type' = div.
Last edit: 12 years 5 months ago by andrea_4g. Reason: grammar!
Please Log in or Create an account to join the conversation.
- matador
- Topic Author
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
12 years 5 months ago #822
by matador
Replied by matador on topic Re: mod_cpsearch style
hi
there are 2 modules in the website ... on right is work (no test) and i setup Table layout ... that's ok
in page www.cilindroviaggi.it/galleria-video/gallery i setup another cpsearch modules and i setup layout div ( test ) . I attach an image.
css style is the same from before
thanks very much andrea for your help
there are 2 modules in the website ... on right is work (no test) and i setup Table layout ... that's ok
in page www.cilindroviaggi.it/galleria-video/gallery i setup another cpsearch modules and i setup layout div ( test ) . I attach an image.
css style is the same from before
thanks very much andrea for your help
Please Log in or Create an account to join the conversation.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
12 years 5 months ago #826
by andrea_4g
Replied by andrea_4g on topic Re: mod_cpsearch style
Add this statement to cpsearch.css
div.cpsearch fieldset.cp_field div.cp_cb_value{
display: inline;
}
and add also
div.cpsearch fieldset {
display: inline;
}
div.cpsearch fieldset.cp_field div.cp_cb_value{
display: inline;
}
and add also
div.cpsearch fieldset {
display: inline;
}
The following user(s) said Thank You: matador
Please Log in or Create an account to join the conversation.
Time to create page: 0.165 seconds