Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match mailchimp input to one that's present. #1

Open
alonecuzzo opened this issue Jul 9, 2019 · 1 comment
Open

Match mailchimp input to one that's present. #1

alonecuzzo opened this issue Jul 9, 2019 · 1 comment
Assignees

Comments

@alonecuzzo
Copy link
Owner

alonecuzzo commented Jul 9, 2019

Summary

I'm trying to get the mailchimp input field to match the one that I had styled with a white background. A lot of the mailchimp input values were different and I couldn't figure out how to get the input button and the field on the same line.

This is the one that I'm trying to match:
Screen Shot 2019-07-09 at 5 12 17 PM

Here's the corresponding line in the index file: https://github.com/alonecuzzo/giya.us/blob/master/index.html#L34

This is the mailchimp one that I'm trying to change to match the first:
Screen Shot 2019-07-09 at 5 12 20 PM

Here's its line in the index file: https://github.com/alonecuzzo/giya.us/blob/master/index.html#L34

Background Info

I initially tried using the sass setup that came with the template, but it was taking me a long time to figure out how to watch a directory and to have it output to a single file so I jumped into the main.css and got my hands dirty. It's pretty nasty. I feel like the style didn't get updated because of the input type being "email" versus "text.

I basically did a file find and commented out all instances of input[type="text"]. Brilliant, I know. Here's an example of it in the main.css file: https://github.com/alonecuzzo/giya.us/blob/master/assets/css/main.css#L1156

@zeeberry
Copy link
Collaborator

zeeberry commented Jul 11, 2019

fixed by changing the input type to text and adding a form-control class. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants