Empty space low photo in theme
- pasqualinoc
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 years 3 months ago #46612
by pasqualinoc
Empty space low photo in theme was created by pasqualinoc
regards.
I use the version 1.4.50 with installed the graphic themes on joomla 3.xx but I have a problem in the visualization of the image because the same does not fill the whole box (example theme n.6 white) but in the lower part remains a space.
I did all the tests by setting W: auto H with the formula and W:auto H:100% but nothing, always the same error.
if I use the default theme and not the one I bought the problem, I do not notice because the width is in full page
How can I solve.
Thank you
I use the version 1.4.50 with installed the graphic themes on joomla 3.xx but I have a problem in the visualization of the image because the same does not fill the whole box (example theme n.6 white) but in the lower part remains a space.
I did all the tests by setting W: auto H with the formula and W:auto H:100% but nothing, always the same error.
if I use the default theme and not the one I bought the problem, I do not notice because the width is in full page
How can I solve.
Thank you
Please Log in or Create an account to join the conversation.
7 years 3 months ago #46621
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Empty space low photo in theme
Hi
please give me the url of the page to check this
CEd
please give me the url of the page to check this
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- pasqualinoc
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 years 3 months ago - 7 years 3 months ago #46622
by pasqualinoc
Replied by pasqualinoc on topic Empty space low photo in theme
Hi CED,
the url of the page (in progress) is www.********************************/
Thank you for your interest
the url of the page (in progress) is www.********************************/
Thank you for your interest
Last edit: 7 years 3 months ago by pasqualinoc.
Please Log in or Create an account to join the conversation.
7 years 3 months ago #46623
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Empty space low photo in theme
in your template.css file, you have a problem :
this will apply to all images in your page, without any css selector. This is not correct.
try to add this in a custom css
Code:
img {
float: left;
max-width: 190px;
width: auto \9;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
position: relative;
top: -30px;
left: -80px;
z-indez: 1100000;
}
this will apply to all images in your page, without any css selector. This is not correct.
try to add this in a custom css
Code:
.slideshowck img {
top: auto;
left: auto;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- pasqualinoc
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 years 3 months ago #46624
by pasqualinoc
Replied by pasqualinoc on topic Empty space low photo in theme
add in template.css??
Please Log in or Create an account to join the conversation.
7 years 3 months ago #46627
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Empty space low photo in theme
where you want in your template, I don't know how your template works.
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.229 seconds