Thread: Header Image

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Header Image

    Your template has a non-standard div #logoContent inside the #logo div, and this has dimensions defined in the stylesheet:
    Code:
     (line 124)
    #logoContent{background:url(/includes/templates/RI_TEMPLATE_07/images/logo.png) no-repeat top left;width:248px;height:96px}
    #logoContent span{padding-bottom:86px;padding-right:246px}
    Last edited by gjh42; 24 Apr 2010 at 05:08 PM.

  2. #12
    Join Date
    Apr 2010
    Location
    UK
    Posts
    25
    Plugin Contributions
    0

    Default Re: Header Image

    Thankyou gjh42 that has worked a treat glad i could finally get it done

    Do you know how to bring the home page link back to the logo because at the minute it is sitting right at the top of my logo. Sorry if my explanation isn't very good, when you click on a logo on a website no matter what page you are on it normally takes you back to the home page how do i bring that link back down to my logo. Thanks again big help.

  3. #13
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Header Image

    I don't know why the template designer put the #logoContent div and the span inside the #logo div in place of the logo image, but they are of no use to you. I would say to just take them out and go back to the standard #logo containing the logo image, but I can't tell what has been changed in the PHP code, and it would break something to just delete stuff. I think your best bet now is to give the span some dimension so it can expand to let the link fill the logo:
    Code:
    #logoContent span{padding-bottom:86px;padding-right:246px}
    /*change to*/
    #logoContent span {display: block; width: 474px; height: 155px;}

  4. #14
    Join Date
    Apr 2010
    Location
    UK
    Posts
    25
    Plugin Contributions
    0

    Default Re: Header Image

    well all i can say is thankyou, that worked a treat the template is a free one from downloads section from rubik integration. it seems to have swayed slightly from the norm with the way it is designed (everything is linked together differently) and its proving a bit of a headache to work around but a newbie like me is getting there slowly. Thanks again gjh42 big help

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 Header image width is not adjusting bottom of image is cut off
    By RonGin in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Jul 2013, 06:09 PM
  2. change header image on non-main pages to a different image thats on my home
    By alcanlove in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Jul 2012, 11:22 PM
  3. Need help with header image/header area-Apple Zen
    By Samuz in forum Addon Templates
    Replies: 2
    Last Post: 9 Jul 2010, 12:37 AM
  4. header.php and tpl header image remover
    By d1rage5 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Jul 2008, 09:56 PM
  5. shopping cart image in sidebox when using image for box header
    By JenRed in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jan 2007, 04:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg