Keyword

[Solved] Thumbnail showing fine in Category view but messed up in Article view

More
14 years 1 week ago - 14 years 1 week ago #39719 by sufri
Hi there, the problem is more easily explained via pics.

The Category Blog Layout
www.weekendventurer.com/

The Article Layout
www.weekendventurer.com/index.php/weekend-adventures-blog/53-paragliding-at-ranau

For the article view, the image seems to be a bit out of the box. What file do I need to edit to fix this?

Please Log in or Create an account to join the conversation.

More
14 years 1 week ago #39720 by Katia
This is just a conflict with your template css. Just go to plugins/content/jw_simpleImageGallery/tmpl/Polaroids/css/template.css at line 27 and change this:
li.sig-block a.sig-link img.sig-image, li.sig-block a.sig-link:hover img.sig-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: medium none;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
to this:
li.sig-block a.sig-link img.sig-image, li.sig-block a.sig-link:hover img.sig-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: medium none;
    display: block;
    height: 100% !important;
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
14 years 1 week ago #39721 by sufri
Hi Katia, Thank you so much! U did more than just solve it, u thought me something.

That fixed it, along with adding !important to:

li.sig-block { float:left; background:#fff !important; margin: 5px !important; padding:0; list-style:none !important; }

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum