Styling issues, need help!
-
I’ve been trying to get a countdown timer on my front page, but have run into several issues that I haven’t been able to figure out. I need help!
I have created a new .xml file that is identical to
shortcode_compact_titles_inline.xml
, with the exception of line 14, which I’ve changed to<labels_pos>right</labels_pos>
. Using the shortcode[smartcountdown import_config="scd_easy_recurrence::2" layout_preset="shortcode_compact_titles_inline_labels_right.xml" title_before_down="Hang in there! Just" units="days,hours,minutes" title_after_down="until the next stream." /]
, the result is this: imageSo far, so good! Now I’d like to add some styling, but that’s where I run into trouble!
Using the shortcode
[smartcountdown import_config="scd_easy_recurrence::2" layout_preset="shortcode_compact_titles_inline_labels_right.xml" text_before_size="20" title_before_down="Hang in there! Just" digits_size="20" labels_size="20" units="days,hours,minutes" text_after_size="20" title_after_down="until the next stream." /]
results in this: imageHow can I fix the following issues?
- Digits are not vertically aligned correctly.
text_after_size
does not seem to affect the size of the text at all, which causes it to also be misaligned, as well as being too small.- Additionally, neither
widget_style="text-align:center;"
andwidget_style="margin-left:auto; margin-right:auto;"
do not result in it being centered on the page.
I am confident that I must be doing something wrong, could you please help me resolve this? Thanks so much!
The page I need help with: [log in to see the link]
- The topic ‘Styling issues, need help!’ is closed to new replies.