Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    May 2012
    Posts
    11
    Plugin Contributions
    0

    Default CSS image Alignment problem

    I can not for the life of me get this to work out... My shadow box is off center on the Featured
    Products of the home page and the product listing page. Could someone help. Please...

    http://ladylenorecostumes.com/underbust-corsets

  2. #2
    Join Date
    May 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: CSS image Alignment problem

    Ok. that was dumb of me. For this page my categories were on in the layout manager. BUT, Home page at the bottom (images are not aligned. I have searched and tested. Still can not figure it out.

  3. #3
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: CSS image Alignment problem

    First issue is that, it is a TM Template

    Second issue is that, it is a TM Template

    I do not see the product name nor the product description ON:HOVER for any of your products on the main page New or Featured.

    After playing with the highly "makes no sense" css coding I got what I think will fix the featured products on the main page but seeing how it is a TM template I am confident it will screw up something somewhere else.

    apply the following to your stylesheet.css file

    Code:
    div#featuredProducts div.centerBoxContentsFeatured {
    margin-right:15px;
    width:291px!important;
    }
    
    div.centerBoxContentsFeatured .hidden-text {
    margin-top:-125px;
    }

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: CSS image Alignment problem

    also the z-index on your floating shopping cart div needs a greater value

  5. #5
    Join Date
    May 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: CSS image Alignment problem

    Thanks for the reply. The text is hidden right now by overflow. I will try this out and will see if it breaks something else. I am guessing it will due to TM structure. I have been using Firebug to help fix, but my div's are part of the images above.

  6. #6
    Join Date
    May 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: CSS image Alignment problem

    Brilliant, nothing is broken. I really didn't think anyone would consider replying to this thread. The hidden text pops up on the featured products now. With a little more adjusting. Of course there is a follow up.

    My hidden descriptions for the new products is very hidden. When i mess with firebug I can find all the description up in the to row?

  7. #7
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: CSS image Alignment problem

    change this:

    Code:
    div.centerBoxContentsFeatured .hidden-text { margin-top:-125px; }
    to:
    Code:
    div.centerBoxContentsFeatured .hidden-text {
    text-align:center;
    margin-top:-108px;
    margin-left:-10px;
    padding:10px;
    width:250px!important;
    }
    then add:
    Code:
    div#whatsNew .hidden-text {
    text-align:center;
    margin-top:-68px;
    margin-left:-10px;
    padding:10px;
    width:250px!important;
    }
    
    div.centerBoxContentsFeatured a.name, div#whatsNew a.name {
    color:#F5F5F5;
    }

  8. #8
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: CSS image Alignment problem

    I would also minimize the amount of characters in the product names for the new & featured centerboxes so they all show the same (consistency)

  9. #9
    Join Date
    May 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: CSS image Alignment problem

    You are awesome. So now when I change the image sizes i will have to adjust these lines accordingly. CSS throughs me off When it comes to these enhanced features. I used to do just a lot of in line stuff and use editors. But the TM Templates are tricky and hard to disect as a few others have told me.

    Thank you very much. You got my vote.

 

 

Similar Threads

  1. v139h CSS Alignment Help
    By sharc316 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Mar 2014, 12:06 AM
  2. CSS Image Map Problem
    By pamela631 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 May 2013, 09:13 PM
  3. v150 css problem - my background-image won't show
    By Kathy_ in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 May 2012, 11:43 PM
  4. Login Fields CSS Alignment Problem
    By limelites in forum General Questions
    Replies: 1
    Last Post: 17 Jul 2009, 08:09 AM
  5. CSS image problem...
    By Rotkale in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Dec 2006, 09:14 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