New Landing How can we help? Themeforest Theme Support Neighborhood Please make the swift element editor popup lightbox bigger

Viewing 4 posts - 1 through 4 (of 4 total)
  • #95834
    westcoastsurf
    Member
    Post count: 210

    It is very frustrating to try and edit pages/post in the little swift element lightbox/modal editor, is there a way to make it bigger? Full screen would be great or at least the majority of the screen.

    See attachment

    Attachments:
    You must be logged in to view attached files.
    #95994
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, have you tried pulling the bottom right corner of the editor box to make it bigger?

    #99259
    westcoastsurf
    Member
    Post count: 210

    yes, but that only adds maybe 100px horizontally. the edit area should be as large as the regular page editors

    I threw together this hack but would love something more pro ๐Ÿ™‚

    Fix Swift editor lightbbox/modal size
    
    wp-content/themes/neighborhood/includes/swift-framework/page-builder/assets/css/page-builder.css
    
    Around line 120 make these changes.
    
    .spb_edit_form_elements {
    	width: 95% !important;
    	margin: 35px;
    	padding: 20px;
    	background: #fff;
    	border-radius: 3px;
    }
    .spb_edit_wrap {
    	overflow-y: scroll;
    	height: 90% !important;
    	padding: 20px;
    	margin: 0 -10px;
    }
    
    Line 99
    
    #edit-modal-header {
    background: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
    margin: -20px -20px 20px;
    padding: 22px 15px;
    border-radius: 3px 3px 0 0;
    height: auto;
    overflow: hidden;
    width: 100% !important;
    }
    #99297
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Thats the correct way to change the size ๐Ÿ™‚

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.