Hey Guys, I’m back. website problems resolved! YEA!
Anyway. I’m working on a page and I’m trying to figure out how to make an element go either far left or left or right on my layout. Up and down on a page is no problem. Here’s an example. I want the mail chimp for further to the right.
Hi David,
Not sure if this is what you are looking to do but try the following in Quick CSS:
.page-id-2803 .avia-mailchimp-form {
margin-right: -70px !important;
}
Regards,
Rikard
What does that code do? And where would I put it?
Hey!
It should move MailChimp form to the far right. You can add the code to Quick CSS field in Enfold theme options under General Styling tab.
You can also turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your elements a custom CSS class and change the code to following one
.your-custom-class { margin-right: -60px; }
Best regards,
Yigit
Ah! ok, I’ll give it a go!
Thanks Yigit
Dave