Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #505146

    hi, i have created a widget newsletter area called “NEWSLETTER”. how can i apply this newsletter area to this color section here:

    • This topic was modified 9 years, 2 months ago by wiwaldi79.
    #505250

    Hi wiwaldi79!

    Thank you for using Enfold.

    If it is a widget, you can use the Widget Area element. Select the name of the widget area where you add the newsletter widget. Regarding the image, add a custom css class to the image element then use it in the Quick CSS field to move the image downwards. Example:

    .custom-image {
        margin-bottom: -48px !important;
    }

    Use a unique custom css class.

    Regards,
    Ismael

    #505320

    Works fine with the widget. How can i change the text in the newsletter to german? And how can i get a bigger image -and that it looks this way?

    #505730

    How can i scale up the image that it flows over the color area? is this possible with enfold? http://imgur.com/9pWrc8N

    #506240

    Hey!

    Please edit the text block, add a custom css class attribute then apply these css properties:

    position: relative;
    margin-top: -85px;
    margin-left: 80px;
    

    For the image, try to replace the code with this:

    .newsletter-image {
        bottom: 0px !important;
        left: -60%;
    }

    Regards,
    Ismael

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