Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1465344

    I placed a script in a footer widget and i see quite some padding/margin around this element. I’m not sure if this is due to the script, or due to enfold, hence I’d like to check here.

    If it is enfold, then how do i get right of the margin/padding around it? Ideally the content of the script nicely aligns with the titel of the widget (content aligned left without box around it)

    https://schoonheidsinstituutdiane.nl/ (is salonized review element under ‘reviews’ in the footer)

    script in private content

    #1465348

    Hey Peter,
    In this screenshot the green is the padding:
    Screen Shot 2024 08 25 at 8.28.17 AM
    I assume that you want to remove this, but unfortunately this is loaded as a iframe so you can not remove it, it needs to be adjusted where the iframe comes from.
    Another option is to add the same padding to the widget title and the image below it and then remove the same amount of margin from the column.

    #footer #text-6 h3.widgettitle,
    #footer #media_image-3 {
    	padding-left: 24px;
    }
    #footer .flex_column.av_one_third:nth-child(3) {
    	margin-left: calc(6% - 24px);
    }  

    Screen Shot 2024 08 25 at 8.44.14 AM

    Best regards,
    Mike

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