Style Manager Padding or Margins Not Working

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
lpug
 
 
Posts: 111
Joined: Thu Apr 05, 2018 10:15 am

Style Manager Padding or Margins Not Working

Post by lpug »

I have created a stylem-manager for H1, regardless what settings I insert in padding or margin, it has no effect.
I also tried entering the padding details in the advanced option and this to made no difference either
Font size & colour etc seem to work

I have provide a demo project for you to investigate.

https://1drv.ms/u/s!AkH9C6w0oL9tixBOtfF ... G?e=5fbmFE
User avatar
Pablo
 
Posts: 21585
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Style Manager Padding or Margins Not Working

Post by Pablo »

The workspace does not display the padding for inline styles because the Windows text editor component (richedit) does not support this.
As a developer I have no control over this, this functionality can only be changed by Microsoft .
However, the style will be applied to the published page.
lpug
 
 
Posts: 111
Joined: Thu Apr 05, 2018 10:15 am

Re: Style Manager Padding or Margins Not Working

Post by lpug »

Thanks Pablo, I understand what your saying and I have rechecked and correctly found the styling works in either preview mode or publishing mode. However it only appears to be working with styling manager for H1( I created bottom padding 25px). I created another styling called test and this does not work regarless of all the combinations I have tried.

As usual I have attached my project.

https://1drv.ms/u/s!AkH9C6w0oL9tixM2RIs ... v?e=CeorqT

I feel so bad for asking so many questions and I do appreciate your help.
User avatar
Pablo
 
Posts: 21585
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Style Manager Padding or Margins Not Working

Post by Pablo »

The padding does not work because you have applied it to 'inline' text.
In HTML, padding only works on block elements.

If you really want this, then you will have to add 'display:inline-block' to the style.
https://stackoverflow.com/questions/355 ... n-span-tag
Post Reply