Announcement

Collapse
No announcement yet.

There is a blank line of space appearing in my design and I cannot seem to get rid...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    There is a blank line of space appearing in my design and I cannot seem to get rid...

    There is a blank line of space appearing in my design and I cannot seem to get rid of it. I think it is coming from the <form> tags in the design.

    If you are using a design based on style sheets, which is any of the 'Clean Layouts' or 'Specific Designs', then open up 'actinic.css' within your 'Site1' (or equivalent) folder and enter the following code into the bottom:

    form{
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    }

    This will remove any spacing which might be introduced by
    tags.
Working...
X