Exspander button option

Permalink
Good day
Please view attachment
I am using the Exspander script, for some reason my button option is not displaying correct?
On my development desktop it displays correct but not on the server?
Thank you

1 Attachment

 
Mnkras replied on at Permalink Reply
Mnkras
are you using a different theme?
jvdev replied on at Permalink Reply
No the same one as on my desktop?

Thank you
Remo replied on at Permalink Reply
Remo
this means you have some global css rules..

try using a wrapper around your elements and use it as prefix for all your css rules like

#wrapper a {font-size: 100px}
jvdev replied on at Permalink Reply
Let me see if I got this right, plz I am a newbie to php and style sheet.

Must I add this line to;
\blocks\remo_expand\templates\concrete5\view.css

Ontop of the page?
or to
a.ccm-remo-expand-title

I did change the width of the button?
I did this at
a.ccm-remo-expand-title span.ccm-background

The width is working on desktop and web?
Just the button display is not working on the web but on desktop?

Thank you
JV

Thank you