- Posts: 7
COMMUNITY FORUM
Images hang lower than the border
- Tom
-
Topic Author
- Offline
- New Member
Less
More
11 years 2 weeks ago #55018
by Tom
Images hang lower than the border was created by Tom
I searched the forums for this problem and only found a thread that related to SIG pro
The images hang below the "polaroid" border
URL is armstrongroadsurfaces.com.au/index.php/gallery
The images hang below the "polaroid" border
URL is armstrongroadsurfaces.com.au/index.php/gallery
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
11 years 2 weeks ago #55023
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Images hang lower than the border
Hi. The issue is coming from file skeleton12.css at line 21. The rule which is causing this is:
img { height: auto !important; }
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- JC
-
- Offline
- New Member
Less
More
- Posts: 1
- Tom
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
11 years 1 week ago #55030
by Tom
Replied by Tom on topic Images hang lower than the border
what should I do to that line of code?
Please Log in or Create an account to join the conversation.
- Tom
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
11 years 1 week ago #55031
by Tom
Replied by Tom on topic Images hang lower than the border
I changed img { height: auto !important; } to img { height: 50 !important; } and it seems to have worked
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
11 years 1 week ago #55037
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Images hang lower than the border
@Tom
It is working because your browser ignores the rule you added since it is invalid. The proper thing to do it to remove completely the rule. Anyway i am glad you have sorted it out.
It is working because your browser ignores the rule you added since it is invalid. The proper thing to do it to remove completely the rule. Anyway i am glad you have sorted it out.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Tom
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
11 years 1 week ago #55041
by Tom
Replied by Tom on topic Images hang lower than the border
Ahh, yeah I figured it was something like that :P
cheers for the help
cheers for the help
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
11 years 1 week ago #55045
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Images hang lower than the border
You are welcome.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.