Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
duzford13
Contributor III
Contributor III

Remove padding above single configuration object?

We are working to embed an object in an internal site.  The object comes across with 50 pixel padding on the top.  This is causing alignment issues on the site.  Looking at other articles, this seems to be the norm on these objects. Is there any way to remove that padding so that the object embedded is just the true object with no wrap? Are there any additional parameters to pass to remove that wrap?

 

 

Labels (2)
1 Reply
alexisjc
Partner - Contributor II
Partner - Contributor II

Hi. Same issue here. I found two differents solutions.

  1. Use negative margin to "cancel" padding.
  2. Edit the stylesheet, I found it at : C:\Program Files\Qlik\Sense\Client\autogenerated, look at div.single-object #content selector and change padding from 50 to 10px.

It's not perfect, and I don't know if the second solution has side effects. Tell me if it's helping you and/or you found another workaround !