How can I fix the margin issue for the gift note text area?

hi

i was able to copy a coding to add gift wrapping option. But im having trouble with the margin. It looks fine on mobile version but in computer, there is no margin.

The text area is annoyingly disproportionate to the special instruction text box.

please help!

Hi @guestbao

You can access your theme and copy a coding that you need to add the gift wrapping option and paste them after tag div with class “cart__footer”

I hope that it’s useful to you. If you need any further help, please let me know.

Hi thank you for your reply. I already copied , my problem is the margin and text area for gift note.
Not a big prob but just doesnt look right. :grinning_face_with_smiling_eyes:

Hi @guestbao

You need to go to the "Online store" and choose “edit code” to add the CSS to the end of the assets/component-rte.css file.

#is-a-gift  textarea {
  height: 100px;

  width: 348px;

  padding: 10px  20px !important;

}

If you need any further help, please let me know.

Thank you!!!

1 Like