Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    26
    Plugin Contributions
    0

    Default how do I put an image into the left column?

    I'd like to move my sign.jpg logo ( the one at the top left) from the header to the top of the left column (where Search is at the moment). My site is at http://www.medievalwares.com/zt/
    Any suggestions?
    mark

  2. #2
    Join Date
    Feb 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: how do I put an image into the left column?

    Do you know how I can vertically align my boxes - the centre box is too low - I have taken out everything in the define_main_page, remove the Congrats text and turned of the breadcrumbs!!

    help!!

    http://celticcairn.com/shop/

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: how do I put an image into the left column?

    Quote Originally Posted by geolab
    how do I put an image into the left column?
    I dislike negative values in margins be this will get you what you want
    Find these tags in your stylesheet.css file and edit to look like
    Code:
    .centerBoxWrapper {
    	border: 1px solid #9a9a9a;
    	height: 1%;
    	margin: 0em 0;
            }
    
    .centerColumn {
            margin-top: -5px;
    	padding: 0em 0.8em;
    	}
    
    #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    	padding: 0.8em;
    	}
    The last has centerColumn seperated into it's own entry
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Nov 2006
    Posts
    26
    Plugin Contributions
    0

    Default Re: how do I put an image into the left column?

    Kobra- is that a reply to my question, or to Geolab's?
    mark

  5. #5
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: how do I put an image into the left column?

    Quote Originally Posted by gaukler View Post
    I'd like to move my sign.jpg logo ( the one at the top left) from the header to the top of the left column (where Search is at the moment). My site is at http://www.medievalwares.com/zt/
    Any suggestions?
    mark
    At Top of column, left and right sides, adjust padding to suit image
    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper {
    padding-top:119px;
    background: url(../images/top_column1.jpg) top center no-repeat;
    }
    At Bottom of column, left and right sides, adjust padding to suit image
    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper {
    padding-bottom:86px;
    background: url(../images/bottom_column2.jpg) bottom center no-repeat;
    }

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: how do I put an image into the left column?

    Sorry Mark....

    Got these crossed up????

    Iquoted you but posted for geolab???

    Guess I should step away from the key board!!!

    If misty's suggestion either did not work or you do not prefer it -
    I posted to some thread your answer....

    Get the blank side box module from the downloads section -

    Install it and set it to be first in the sort order for the left column

    With css you can eliminate the header and the border if you want
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Feb 2008
    Posts
    11
    Plugin Contributions
    0

    Default How do I Vertically Align Centre Box

    kobra - thanks for that - your script in post 3 worked a treat.
    Last edited by geolab; 3 Mar 2008 at 12:18 PM.

 

 

Similar Threads

  1. v151 How can I put an image into main page template?
    By Twitchin Kitten in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 7 Mar 2016, 11:00 PM
  2. How do I place an image on the left side of the left column? ( Image Included)
    By samar777 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Nov 2010, 04:43 AM
  3. Replies: 2
    Last Post: 25 Aug 2008, 12:43 AM
  4. How to put an image into the left column?
    By gaukler in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 3 Mar 2008, 08:05 AM
  5. how to put background image to left column
    By vr4indian in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Oct 2006, 02:58 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