Hello, everyone.
I have a problem with the Style Manager.
Text is in a layout grid.
Every setting works fine in other breakpoints, only the text alignment does not work. Bold, italic, Font Family & size, strike out - everything works. Just not the alingment.
Thanks in advance
Kirk
Style Manager - Problem with Text Alignment
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Re: Style Manager - Problem with Text Alignment
Note that the alignment of text should be applied to the text's container, not to the text (characters) .
So, if you want to control the alignment of the text then the style must be set via the text object's properties.
Also, if you use breakpoints then the style should have the same breakpoints.
https://www.wysiwygwebbuilder.com/responsive_text.html
To be able to help you, I need a DEMO project so I can see all your settings.
Note: I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
Please see this FAQ for further details:
viewtopic.php?f=10&t=82134
So, if you want to control the alignment of the text then the style must be set via the text object's properties.
Also, if you use breakpoints then the style should have the same breakpoints.
https://www.wysiwygwebbuilder.com/responsive_text.html
To be able to help you, I need a DEMO project so I can see all your settings.
Note: I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
Please see this FAQ for further details:
viewtopic.php?f=10&t=82134
Re: Style Manager - Problem with Text Alignment
Hi Pablo thanks.
I work with breakpoints and set the alignment via Font in the style manager. The breakpoints in the style and in the style manger are the same.
Default: text is on the left and should also be on the left
Breakpoint 650px - Text should be centered but is still alingned left (italic, font size etc. works)
I work with breakpoints and set the alignment via Font in the style manager. The breakpoints in the style and in the style manger are the same.
Default: text is on the left and should also be on the left
Breakpoint 650px - Text should be centered but is still alingned left (italic, font size etc. works)
Last edited by KIRK on Fri Oct 22, 2021 12:33 pm, edited 1 time in total.
Re: Style Manager - Problem with Text Alignment
It does not look like you have applied the style to the text's container
Using alignment on the characters will not have any effect.
Using alignment on the characters will not have any effect.
Re: Style Manager - Problem with Text Alignment
Thanks! That's it.