• Resolved DeMontGuitars

    (@demontguitars)


    how can I make the ‘make offer’ button centered instead of always left-aligned ? driving me nuts

    would be nice to know how to change size and properties of the button as well

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor angelleye

    (@angelleye)

    The offer button has a float:left rule on it. When I disable that in Chrome Console you can see the button ends up nicely centered: https://snag.gy/vDQH1S.jpg

    You’ll just need to adjust that in your theme / child theme CSS. Same goes for any other properties you would like to adjust.

    Thread Starter DeMontGuitars

    (@demontguitars)

    thats exactly what i need.
    I’m not quite certain how to go about it though. Can you help me with that part?

    Plugin Contributor angelleye

    (@angelleye)

    For that we’d have to get a developer involved, and we have to bill for that. If you want to submit an order for premium support we could definitely take care of that for you.

    Thread Starter DeMontGuitars

    (@demontguitars)

    got it done, thank you!

    if anyone else needs the info, I named the css ‘offer’
    then added this to simple css editor:

    .offer {
    text-align: center;
    float: none;
    font-size: 60%;
    }

    killed the float, made sure it was centered, and i changed the size of the button

    Plugin Contributor angelleye

    (@angelleye)

    Nice work!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘‘make offer’ button left align’ is closed to new replies.