Editing style of product options

We have two apps that add options to our product (one gift wrap, one engraving) but I’m having trouble lining up the font sizes and alignment.

Our product page is below:

https://keptcollection.com/products/childhood-a-history?variant=46821566021917

I’d like to move the gift wrap option to the right to align with the engraving option. I also want to increase font size of the gifting text to match the size of the engraving text. Will someone please help with this? Thank you in advance!

Hi @cody123

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.lgw-r.ldt-gw-theme-block.ldt-gw-gift-option-container {
    padding-left: 11px;
}

This is the code to move the gift

With the font size, I saw that they are pretty similar, am I correct?

I hope this helps

Best,

Daisy