Home>Support>Visual editor & Twenty Fourteen Theme Bug

Visual editor & Twenty Fourteen Theme Bug

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Just installed page builder – visual editor with Twenty Fourteen Theme and have same bug described in this thread https://siteorigin.com/thread/default-font-size-using-visual-editor-is-different/

Is there any fix for this ?

Thanx :)

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Nikibilejn

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    If the problem isn’t visible anywhere, please, can you setup a test page for us. Thanks :) Sure we can get this solved.

  3. 9 years, 9 months ago nikibilejn

    Here is screenshot.

    http://i.imgur.com/DzAw0CE.jpg

  4. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Nikibilejn

    When it comes to challenges like this there is a lot we can learn by inspecting the source code. Well, in most cases we really need to inspect the source to find out what’s happened. Please, send a URL where we can check this out. If you need to keep it private there is a Private Reply checkbox below. If the site is in maintenance mode, please, create a temporary account for us. Thanks,

  5. 9 years, 9 months ago Private Message - nikibilejn

    This is a private message.

  6. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Nikibilejn

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Page Builder Styles */
    
    .panel-grid-cell .widget {
    	font-size: 16px;
    }
    
    .panel-grid .widget p {
    	margin-bottom: 24px;
    }
    

    If you don’t have a Custom CSS plugin, install the following:

    https://wordpress.org/plugins/so-css/

  7. 9 years, 9 months ago nikibilejn

    Thanx Andrew. Full fix including line height. Hope this will help all 2014 theme users :)

     /* Page Builder Styles */
    
    .panel-grid-cell .widget {
    	font-size: 16px;
            line-height: 1.5;
    }
    
    .panel-grid .widget p {
    	margin-bottom: 24px;
    }  
  8. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for sharing :)

    All the best with your site.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More