Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #544155

    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.

    • This topic was modified 8 years, 11 months ago by davidk62.
    #544290

    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

    #544522

    What does that code do? And where would I put it?

    #544530

    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

    #544550

    Ah! ok, I’ll give it a go!

    Thanks Yigit

    Dave

    #544555

    Hey!

    Please do so and let us know so we can mark the thread as resolved or assist you further

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.