Shape 5

Joomla Templates => Paradigm Shift - Club => : jimbondox June 18, 2011, 02:30:39 PM



: quick question on link placement below logo and above menu
: jimbondox June 18, 2011, 02:30:39 PM
I need to add an image with a link to that area, actually 10 images all with separate links. please tell me this is possible as I have waited 3 years now for something like this template

thank you


: Re: quick question on link placement below logo and above menu
: jimbondox June 20, 2011, 12:06:04 AM
so far experimenting with it i added a module and posted it to the banner position, in the backend

I am having trouble though in the template css to center it on the page it comes up on the left, though i say center ???

http://northolmstedautocollection.net/


: Re: quick question on link placement below logo and above menu
: jimbondox June 20, 2011, 07:18:50 AM
alright i tried a few things, used the search feature, however it only says to center or offset it by adding px to a left margin... but i am worried in different browsers that it will be off .

so need advice/input thanks


: Re: quick question on link placement below logo and above menu
: mikek June 20, 2011, 07:49:21 AM
Hello,

Are you referring to all the icons below the logo? If so, you can just add the following to the bottom of template.css and it will work cross-browser:

#s5_pos_banner {
margin-left:86px;
}


: Re: quick question on link placement below logo and above menu
: jimbondox June 20, 2011, 09:04:09 AM
Thanks Mike, will it be the same if they open in any browser, i am not sure but a year or so ago i had something where it was shifted if they opened it up in a smaller width screen like an 850pxl with.

I just want to make sure


ALSO...

the banner image under it about the smart car coming soon... how do i get that to center? make it a wider banner image? or can I do a css file to change it?



: Re: quick question on link placement below logo and above menu
: mikek June 20, 2011, 10:25:58 AM
Hello,

It shouldn't have an issue cross browser.

The other image you can center by adding:

#s5_pos_banner .banneritem {
padding-left: 386px;
}


: Re: quick question on link placement below logo and above menu
: jimbondox June 20, 2011, 10:38:13 AM
awesome thanks