SOLVED

Form Customization - Help moving required asterisks in mobile

Go to solution
Karl_Gill
Level 2

Form Customization - Help moving required asterisks in mobile

Hello -

Having some difficulty moving the required asterisks in mobile to the left of the fields. I would like the asterisk to be positioned to the left of the input fields, however, it keeps moving above. I am sure it is a CSS issue, but I have been working on it now for too long and decided to reach out to the community for help! The page can be found here: http://mk.expedia.com/cutest.html

Let me know if anyone has ideas! Thanks,

- Karl

1 ACCEPTED SOLUTION

Accepted Solutions
Karl_Gill
Level 2

Re: Form Customization - Help moving required asterisks in mobile

Jim! I was able to fix it on my end but here's what I ended with:

}

@media only screen and (max-width: 480px) {

.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {

margin-bottom: -27px !important; }

.mktoForm .mktoFormRow .mktoFormCol {

width: 350px !important;

}

.mktoForm .mktoFormCol .mktoLabel {

line-height: 2.0em !important;

}

}

Let me know if you have any other ideas though!

View solution in original post

2 REPLIES 2
Jim_Thao7
Level 9

Re: Form Customization - Help moving required asterisks in mobile

Hey Karl.  They look left aligned to me when I resize to mobile.  Can you post a screenshot of what you're seeing?

pastedImage_1.png

Karl_Gill
Level 2

Re: Form Customization - Help moving required asterisks in mobile

Jim! I was able to fix it on my end but here's what I ended with:

}

@media only screen and (max-width: 480px) {

.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {

margin-bottom: -27px !important; }

.mktoForm .mktoFormRow .mktoFormCol {

width: 350px !important;

}

.mktoForm .mktoFormCol .mktoLabel {

line-height: 2.0em !important;

}

}

Let me know if you have any other ideas though!