Artificer Theme - issue in Polls home page
In Artificer theme, when I use Polls, the writing (in Arabic) sticks out of the box (shown in image)..Any help from the Masters on how to fix it?
-
- · Ξx¢ΞL 2
- ·
can u send me the link and makes the site public for me as visitor please? Than i can check it
-
Will do...
-
- · Ξx¢ΞL 2
- ·
Test to insert this in ur Custom Css:
.bx-base-text-unit-title {
white-space: normal;
}
-
Will do!
-
- · Ξx¢ΞL 2
- ·
If u want the Titel not showing in middle than insert this too:
Original:
.bx-base-unit-showcase-wrapper {
text-align: center;
}
New:
.bx-base-unit-showcase-wrapper {
text-align: left;
}
-
You hit it on the head again "Master"!! 👌👌👌
This fixed the problem (image below).
This case will bring a question that I really struggle to have an answer for: that is since I am using two languages (Arabic / Egnlish), how to adjust the code so the direction (R to L / L to R) will be displayed automatically based on input language?
-
Since the language is Arabic (Direction is R to L), can we do something for the text to be from R to L (without affecting other contents in English)?
-
Thats a good question ... but i have no answer for this at moment :(
-
No worries my friend. Will keep looking for an answer about "auto" direction or something similar. Thanks a million!!
-
Will this affect "Polls" module only or other modules will be affected?
-
normaly for all Cards. If not, let me know it
-
- · Ξx¢ΞL 2
- ·
The Problem in Artificer theme is .... they use most one css defination for all ... and this is not working on all positions