Menu
DNN Page spreads out vertically in Edit Mode
Last Post 6/16/2014 2:33 PM by Deleted User. 0 Replies.
Sort:
PrevPrev NextNext
Author Messages
Deleted User
New Member
New Member
Posts:62


--
6/16/2014 2:33 PM  Quote  Reply  
This seems to happen to only a subset of DNN installs. When you look at a page in edit mode (not view or layout), if there is a considerable amount of extra vertical space in between the modules, here is what to do to reduce or eliminate the extra space.

Add the following class to the bottom of your skin.css style sheet.

.dnnSortable {
min-height: 10px;
}


You may have some success adding it to other style sheets instead, however it did not work for me to add it to the portal style sheet. (That is the same as the admin, site settings, stylesheet editor.)
Add Reply

Quick Reply
toggle
  Username:
Subject:
Body:
Security Code:
CAPTCHA image
Enter the code shown above in the box below.