This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Visual editor & Twenty Fourteen Theme Bug

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. Andrew Misplon Staff 10 years, 5 months ago

    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. Andrew Misplon Staff 10 years, 5 months ago

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

  3. nikibilejn 10 years, 5 months ago
  4. Andrew Misplon Staff 10 years, 5 months ago

    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. nikibilejn Private 10 years, 5 months ago

    This is a private message.

  6. Andrew Misplon Staff 10 years, 5 months ago

    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. nikibilejn 10 years, 5 months ago

    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. Andrew Misplon Staff 10 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread