• Resolved shopual

    (@shopual)


    Hello,

    I have been trying to adjust the look of the auction titles for some time now, and have had no luck. Currently, they are at the very top of the row, with no padding or anything. I was bale to get the alignment adjusted so the layout looks a little better, but it really is not what I want.

    https://shopual.com/shop-3/#auction-nudge-items

    I have tried to edit the CSS Rules in the A.N. Options, but nothing seems to change. I’ve tried padding, vertical-align, and margins, but nothing seems to change.
    I looked at the demos on the Help page, but there doesn’t seem to be any that actually address this issue, however the demos do appear to have the titles centered within the row.

    Please help with some type of code that I can add to adjust this. When I look at the page now, it almost looks like you can’t tell if the titles are for the item above or below.

    Thanks for any advice!

    -Cassie

    https://www.ads-software.com/plugins/auction-nudge/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Joe

    (@morehawes)

    Hi Cassie,

    There seems to be a conflict with your site’s stylesheet where the title column is being told to act like a table – not a table cell. The following CSS rule should resolve this:

    #auction-nudge-items .title {
      display: table-cell;
    }

    I hope this helps.

    Joe

    Thread Starter shopual

    (@shopual)

    Thank you so much, Joe! That did the trick ??

    Plugin Author Joe

    (@morehawes)

    You’re welcome Cassie, I’m glad that sorted it for you.

    And thanks for the review, I really appreciate it!

    Joe

    Thread Starter shopual

    (@shopual)

    Already done, 5-stars for this great plugin and support ??

    Thanks again!!
    Cassie

    Plugin Author Joe

    (@morehawes)

    Much appreciated!

    Thanks,

    Joe

    kholoshian

    (@kholoshian)

    dupe post – deleted

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adjustting auction titles to be in the middle of the row’ is closed to new replies.