Shape 5

Joomla Club Extensions => Frontpage Display Version 3 - Club => : mhenkenis January 05, 2014, 04:57:10 AM



: Display text to right of image in bottom box - Resolved
: mhenkenis January 05, 2014, 04:57:10 AM
Is is possible to show text to the right of the image in the bottom box in v3?  I can get it to show under, but not to the right.  

I'm trying to copy the look in the Callie Rush template.

Thanks - Mike


: Re: Display text to right of image in bottom box
: mikek January 06, 2014, 09:03:38 AM
Hello,

That depends on your content layout. Please post a url.


: Re: Display text to right of image in bottom box
: mhenkenis January 08, 2014, 12:02:40 PM
Thanks - I figured out my bottom image was too wide - I was expecting it to automatically resize.

I've got it working now, but I've got some padding and margin issues.  The white padding is wider on the right side of the module (in IE and Firefox) and the black margin is not showing up at the top of the module in Firefox, but is in IE.  Any ideas?

site is http://henkestrand.com (http://henkestrand.com)

MikeH


: Re: Display text to right of image in bottom box
: mhenkenis January 08, 2014, 12:36:24 PM
Actually just checked and the black margin isn't showing up on the top or bottom in IE11 either.

MikeH


: Re: Display text to right of image in bottom box
: mhenkenis January 10, 2014, 02:00:13 AM
I've done some experimenting with this, and have found out that if I change the module style to "none" then the extra space on the right goes away.  Howerver, I would prefer the "white space " to be there, just equal.

I changed to the light style also, and can see that the missing black border at the top and bottom is actually there, it's just that it is white instead of black, but in ie10 it shows up as black.  It is white on Firefox, ie11, and safari.

Any chance of someone taking a look?  http://henkestrand.com (http://henkestrand.com)

MikeH


: Re: Display text to right of image in bottom box
: mikek January 10, 2014, 09:33:33 AM
Hello,

The extra space is not controlled by the module, it's controlled by the template because it's part of the default module style. That's why adding -none changes it. I think the easiest way to accomplish what you're looking for would be something like this in custom.css:

#s5_fd_outer {
padding-top:1px !important;
padding-bottom:1px !important;
}


: Re: Display text to right of image in bottom box
: mhenkenis January 11, 2014, 12:19:40 PM
Looks great - thanks!

MikeH