Need CSS help please

SESeskiz

New Member
I have this page https://cprintablescomingsoon .com/get-a-quote/ (<- i have put a space between the domain name and .com to break the link) :)

I just need help with something that I can not get it to work.

I have used the code

.QuoteButtonCustom {
position: absolute;
top: -150px;
}

to bring the "Send Request" button up, it was lower because of the hidden conditional logic options.

However, when you click on the "Yes Please" button to open the conditional logic options, the "Send Request" button is overlapping the More Information box.

I could not find a way to select the "Send Request" button with a CSS selector to bring it down when the "Yes Please" button is pressed.

Can someone help me achieve this?

Thanks
 
Top