Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
I have a couple of items in the 2D border of my experience. An image and a toggle switch. The iamge background is transparent as set in the saved .png file and the toggle button has had it's background set to transparent in CSS as shown below.
//Button Class
.my-button {
font-family: Titillium Web;
color: red;
background-color: transparent;
}
However, I am still getting these grey lines appearing between elements in the experience. Does anyone have any idea what they are and more importantly how to turn them off!
Thanks,
Sy
Solved! Go to Solution.
Hi,
drag a gridLayout in you panel an put you elements in different rows. That will remove the lines.
Hi,
drag a gridLayout in you panel an put you elements in different rows. That will remove the lines.
Hi,
Wonderful. I really appreciate your help on that!
Thanks.,
Sy