Shape 5

Joomla Templates => Zoka Transports - Club => : Samuelv January 09, 2015, 09:53:55 PM



: "logo" position with multiple images
: Samuelv January 09, 2015, 09:53:55 PM
Hi,

I'm trying to insert three items in the "logo" space.
All three should be separate (one left, one center, the last one right) to take about the same width as the content under.
I've tried inserting a module with multiple images but then they won't stay on the same line (the second item goes on the second line).

I've thought of making one single image with a lot of space between the three parts, but it won't work as it won't ajust in width.

And I really need this to be at the "logo" position (right on top of the menu).

Do you have a solution ?

Thanks in advance.


: Re: "logo" position with multiple images
: mikenicoll January 10, 2015, 04:59:03 PM
Hello,

You could try creating a Custom HTML module in the logo position and give all the images display:inline and float: left;



: Re: "logo" position with multiple images
: Samuelv January 10, 2015, 05:39:20 PM
Doesn't work,

Seems to me like if that specific position as a certain width not to be exceed, is it possible ? And if so, is there a way to change that in the script ?


: Re: "logo" position with multiple images
: mikenicoll January 10, 2015, 05:46:09 PM
Hello,

This would be the only code that would specify width on the logo. Other than that there aren't any width limitations outside of the body width. Your best bet would be to possibly remove the width below and combine your images into a single image.

:
Template.CSS - line 653

.s5_logo {
    cursor: pointer;
    margin: 0 auto 6px;
    text-align: center;
    width: 340px;
}


: Re: "logo" position with multiple images
: Samuelv January 10, 2015, 08:15:14 PM
It worked !

In fact there was 4 line to change the width (658,670,340,694).

 Thank you very much for your fast reply !


: Re: "logo" position with multiple images
: mikenicoll January 12, 2015, 06:19:13 PM
NP :)