Spacing around Images
5 years 11 months ago #50244
by Traveller
Replied by Traveller on topic Spacing around Images
Thanks for your reply. The "margin: 0;" parameter removes the spacing at the top of the images only - and even then only when applied using Firefox's web inspector. When I change the statement in /media/plugin_system_imageffectck/css/imageeffectck.css, the spacing does not change! This makes me wonder whether I am editing the wrong file.
I now have to assume that the spacing that remains underneath the images is caused by the image being treated as text, with paragraph spacing revealed below??
Regards
I now have to assume that the spacing that remains underneath the images is caused by the image being treated as text, with paragraph spacing revealed below??
Regards
Please Log in or Create an account to join the conversation.
5 years 11 months ago #50245
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Spacing around Images
the space at the bottom is given by the paragraph that wraps your images
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
5 years 11 months ago #50246
by Traveller
Replied by Traveller on topic Spacing around Images
OK, Iunderstand that is a separate problem.
But why does my change (below) not work?
/* Common style */
figure[class*="effectck"] {
position: relative;
/*float: left;*/
overflow: hidden;
margin: 0;
/*min-width: 320px;*/
/*max-width: 480px;*/
/*max-height: 360px;*/
/*width: 48%;*/
background: #3085a3;
text-align: center;
cursor: pointer;
display: inline-block;
will-change: transform;
}
But why does my change (below) not work?
/* Common style */
figure[class*="effectck"] {
position: relative;
/*float: left;*/
overflow: hidden;
margin: 0;
/*min-width: 320px;*/
/*max-width: 480px;*/
/*max-height: 360px;*/
/*width: 48%;*/
background: #3085a3;
text-align: center;
cursor: pointer;
display: inline-block;
will-change: transform;
}
Please Log in or Create an account to join the conversation.
5 years 11 months ago #50259
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Spacing around Images
in this file, the change has not been made line 32
79.170.40.166/jadance.co.uk/templates/sp...ck/imageeffectck.css
you still have
margin: 10px 1%;
79.170.40.166/jadance.co.uk/templates/sp...ck/imageeffectck.css
you still have
margin: 10px 1%;
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
5 years 11 months ago #50275
by Traveller
Replied by Traveller on topic Spacing around Images
Thankyou for your help with this - it is appreciated!
I now have the setup I need thanks to your help and also the inclusion of a new paragraph spacing class in the css.
I now have the setup I need thanks to your help and also the inclusion of a new paragraph spacing class in the css.
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds