Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: #logoWrapper image align problems

    ok, my fault for not explaing what i want...

    a picture paints a 1000 words..

    hyzen.co.uk/zen_help.jpg

    so how do u get the sparks to align right while the logo.gif remains left??

  2. #2
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: #logoWrapper image align problems

    my css snippet... for easy viewing next to the image

    --------------
    #logoWrapper{
    background-image: url(../images/sparks_130.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
    height:130px;
    }
    ------------------

  3. #3
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: #logoWrapper image align problems

    shane... what's the url. I think I could read it but it's password protected. Open it for a sec?

  4. #4
    Join Date
    Jul 2008
    Posts
    151
    Plugin Contributions
    0

    Default Re: #logoWrapper image align problems

    ref your first reply i didn't take the #logowrapper out of that list i left it there, and typed in the info i said underneath, its worked.

  5. #5
    Join Date
    Jul 2008
    Posts
    151
    Plugin Contributions
    0

    Default Re: #logoWrapper image align problems

    Try this, i just tested it for you:

    1st find this in your stylesheet:

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }


    ---CHANGE TO THIS---

    #logo, {float: right;}

    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }

  6. #6
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: #logoWrapper image align problems

    litepockets... i cant, i dont have the sites control pannel access to remove the security, i only ftp access which is a different password.. (its not my site)

    1kell... cheers i tried that and it right aligned the ATL logo but the sparks_130.gif still remained left aligned..


    anymore ideas?

    i have spend ages looking thru css help sites and got no where


  7. #7
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: #logoWrapper image align problems

    It's a round about way, but put the img in a <div> (if it's not already) I don't recall... create a new class called imgRight (
    <div class="imgRight">
    or whatever and put the following in you stylesheet.css

    .imgRight {
    float:right;
    }

 

 

Similar Threads

  1. Align Price and Image
    By Crooked_Halo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Jan 2012, 01:06 AM
  2. header image and #logowrapper css issue
    By kcb410 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Feb 2010, 08:34 PM
  3. How can I put an image in the #logoWrapper?
    By denimdragon in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Jul 2007, 04:18 PM
  4. align product image to right
    By manage-it in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Dec 2006, 11:50 PM
  5. Align image with PHP...
    By Alex Clarke in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 Sep 2006, 08:26 AM

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