Jump to content
  • 0

Outer box line and space below outer box


logistics

Question

Hi,

Outer box

I have an online form which has a transparent background, and not border on the outer box.

However, in Chrome and Internet Explorer, there seems to be a 'shadow' around the box, but not in Internet Explorer.

http://surveys.tmgsupport.co.uk/FAgirlsfootballweek/form2?

Is there a way to remove this?

 

Space below outer box

On the same form, I have added a line <hr> as I can't add it below the submit button within the Caspio form, as far as I can see.

However, there is a big space between the bottom of the Caspio outer, and the line. But in my HTML code, the line is directly beneath the caspio form tag.

Any idea how I can remove this?

 

Thanks in advance,

Julien

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

On the element "table[data-cb-name="cbTable"]" there are two styles you can remove

box-shadow: rgb(0, 0, 0) 0px 0px 0px 6px

and

margin: 10px 80px 80px

 

If you can't find where these styles originate from in Caspio Styles, add to "user-defined styles"

CSS

table[data-cb-name="cbTable"] {
    box-shadow: none;
    margin: 0 auto;
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...