WBCE CMS Forum

WBCE CMS – Way Better Content Editing.

Du bist nicht angemeldet.

#1 22.06.2020 07:42:56

keepshango
Mitglied

[solved] Reviews module : ratings display differently from demo

Hi,

*** MY CONFIGURATION ***
PHP 7.2.24
WBCE CMS 1.4.3
TEMPLATE : Acourdesz

For each item to be rated, all score option from 1 to 5 are displayed vertically (screen capture below)
instead of being display horizontally like in the demo page.

2olfEBC.png

How can this be corrected ?

Regards

Beitrag geändert von keepshango (22.06.2020 17:36:25)

Offline

#2 22.06.2020 07:48:04

florian
Administrator

Re: [solved] Reviews module : ratings display differently from demo

try the following:
in the editor.css of the template, after

input , textarea, select { border: 1px solid #666; background: #333; color: #eee; padding:2px; width:98%;}

add the following line:

input[type="radio"] {width:auto;}

Beitrag geändert von florian (22.06.2020 07:52:03)


Code allein macht nicht glücklich. Jetzt spenden!

Offline

#3 22.06.2020 17:35:30

keepshango
Mitglied

Re: [solved] Reviews module : ratings display differently from demo

It works, thanks  smile

Offline

Fußzeile des Forums

up