Jump to content

Problem with LOGO/BANNER


Recommended Posts

Hi all users:

I have this issue
I wanna add here between logo of eshop and your account BANNER or picture with link
I want add there on or 2 logo but i don´t know where i must get it to code

thx for any tips or tricks and thx for anyone guide

there are pictures before and what I want :)

30935_RjmIdTPrpqkhNIqYkM9p_t

30936_mi0JLqYk5Zxd0BuMLWHs_t

Link to comment
Share on other sites

Modify your header.tpl like this:

<!-- Header -->






 {$HOOK_TOP}



Make sure you have your ad image named header_ad.jpg and it is located in the img directory off your shop root.

Then open global.css in your theme's CSS directory and add this to the bottom. Play with the values below until you get the positioning you want. It is best to open in Firefox with Firebug plugin and use the Firebug plugin to play around with the values in the CSS pane on the right. I used relative positioning because I placed it inside the header div.

#header_ad {
 position:relative;
 left:250px;
 top:75px;
}

Link to comment
Share on other sites

Modify your header.tpl like this:
<!-- Header -->






 {$HOOK_TOP}



Make sure you have your ad image named header_ad.jpg and it is located in the img directory off your shop root.

Then open global.css in your theme's CSS directory and add this to the bottom. Play with the values below until you get the positioning you want. It is best to open in Firefox with Firebug plugin and use the Firebug plugin to play around with the values in the CSS pane on the right. I used relative positioning because I placed it inside the header div.

#header_ad {
 position:relative;
 left:250px;
 top:75px;
}


can u show me result of your creation? thx then look at my first post what i rly want :)
Link to comment
Share on other sites

For some reason, I had to change the CSS selector to my_header_ad but it did work.
CSS:
#my_header_ad {
 position:relative;
 left:225px;
 top:85px;
}


header.tpl

<!-- Header -->






   {$HOOK_TOP}




Here's a screen shot:


ok this work but when i get this code to my page header create free space in upper the page so this only transfer my picture tu another place in my page..
and i want picture create with hyper link :) and i wanna get there 2 pictures a both with other links :)

thx for next guides :)
Link to comment
Share on other sites

×
×
  • Create New...