image wall
8 years 6 months ago #34934
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic image wall
you must first manage to align your images with link without applying the effect
Once this done and you have the correct render, then you can add the image effect class. And if you have a problem then, let me know
Once this done and you have the correct render, then you can add the image effect class. And if you have a problem then, let me know
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- andrea@lovisetto.it
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 219
- Thank you received: 3
8 years 6 months ago #34943
by andrea@lovisetto.it
Replied by andrea@lovisetto.it on topic image wall
Resolved: file
imageeffectck.css
row 40
igure.imageeffectck {
background: # 3085a3 none repeat scroll 0 0;
cursor: pointer;
display: block; (change)
float: left; (add)
margin: 0;
overflow: hidden;
position: relative;
text-align: center;
will-change: transform;
}
imageeffectck.css
row 40
igure.imageeffectck {
background: # 3085a3 none repeat scroll 0 0;
cursor: pointer;
display: block; (change)
float: left; (add)
margin: 0;
overflow: hidden;
position: relative;
text-align: center;
will-change: transform;
}
Please Log in or Create an account to join the conversation.
8 years 6 months ago #34945
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic image wall
no, this has no effect. You have solved it by using a table html structure
you can change this back, you will see that it changes nothing to your problem
you can change this back, you will see that it changes nothing to your problem
Joomlack Webmaster and Developer
The following user(s) said Thank You: andrea@lovisetto.it
Please Log in or Create an account to join the conversation.
- andrea@lovisetto.it
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 219
- Thank you received: 3
8 years 6 months ago #34946
by andrea@lovisetto.it
Replied by andrea@lovisetto.it on topic image wall
problem solved. Now is a beautiful wall. thank you
Please Log in or Create an account to join the conversation.
- andrea@lovisetto.it
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 219
- Thank you received: 3
7 years 3 months ago #44423
by andrea@lovisetto.it
Replied by andrea@lovisetto.it on topic image wall
Resolved: file
imageeffectck.css
row 31
/* Common style */
figure.imageeffectck {
position: relative;
/*float: left;*/
overflow: hidden;
margin: 0px 0%;
/*min-width: 320px;*/
/*max-width: 480px;*/
/*max-height: 360px;*/
/*width: 48%;*/
background: #3085a3;
text-align: center;
cursor: pointer;
display: block;
float: left;
will-change: transform;
}
imageeffectck.css
row 31
/* Common style */
figure.imageeffectck {
position: relative;
/*float: left;*/
overflow: hidden;
margin: 0px 0%;
/*min-width: 320px;*/
/*max-width: 480px;*/
/*max-height: 360px;*/
/*width: 48%;*/
background: #3085a3;
text-align: center;
cursor: pointer;
display: block;
float: left;
will-change: transform;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds