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

    Hi,
    I need to place the text/background element in absolute position using CSS.

    Could you tell me the css for that? Thanks

    #731390

    Hey endanight,

    I’m not sure what element you are referring to, please post a link to the page in question and try to explain a bit further.

    Best regards,
    Rikard

    #731775

    When th text or image cover in part the section color and another part is outside.
    On this website for instance the mobiles are in part over the background:

    #731933

    Hi,

    Please activate the custom CSS field for builder elements and give your element a class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    You can then use something like this in Quick CSS:

    .your-class {
      position: absolute; 
      top: 20px; 
      left: 20px; 
    }

    Best regards,
    Rikard

    #735287

    -It is not working.
    I would like a column with text and background color that could be extended over the color section. This is an example:

    #736773

    Hi!

    Add a column element, enable the “Custom top and bottom margin” option then add a negative value to the top margin field.

    Best regards,
    Ismael

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