fix image width
11 years 4 months ago #16526
by coax
Replied by coax on topic fix image width
ok 'll do it, it's a bit long to upload files so meanwhile i send you a copy of the code to check
thanks
thanks
Please Log in or Create an account to join the conversation.
11 years 4 months ago #16528
by coax
Replied by coax on topic fix image width
you can find the site with the error on
travaux.will-dev.com/ccvcmb/
thanks
thanks
Please Log in or Create an account to join the conversation.
11 years 4 months ago #16530
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic fix image width
in your css you have added this :
replace it with
and remove the float:left line 29 in
travaux.will-dev.com/ccvcmb/modules/mod_...fault/css/camera.css
on .camera_wrap
div.slideshowck {
margin: 0 !important;
}
replace it with
Code:
div.slideshowck {
margin: 0 auto !important;
}
on .camera_wrap
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 4 months ago #16533
by coax
Replied by coax on topic fix image width
it's working thank you for your help
Please Log in or Create an account to join the conversation.
Time to create page: 0.254 seconds