Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2008
    Location
    Southern California
    Posts
    106
    Plugin Contributions
    0

    Default Align Attributes Image Swatch and Text

    I'm trying to align my image swatch, checkbox, and line of text to the middle. It would just look so much cleaner. Right now, it looks like all the elements align to the bottom. I can't find the trick in CSS to alter this. Any tips?

    A sample link as of this posting is here:
    http://www.ruggedradios.com/index.ph...roducts_id=261

    Here's a helpful visual:
    ////// LeatherJacketMedia.com
    "I'm no Zen Cart expert, but I did sleep at a Holiday Inn Express last night."

  2. #2
    Join Date
    Aug 2008
    Location
    Southern California
    Posts
    106
    Plugin Contributions
    0

    Default Re: Align Attributes Image Swatch and Text

    Found my own answer. This appears to work in most browsers, so I'll live with it. For anyone else interested, I added a CSS rule. I was struggling before because I just didn't know how to isolate something so specific in CSS. Anyway, here it is...


    .wrapperAttribsOptions img {
    vertical-align:middle
    }
    ////// LeatherJacketMedia.com
    "I'm no Zen Cart expert, but I did sleep at a Holiday Inn Express last night."

 

 

Bookmarks

Posting Permissions

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