Page 1 of 1

css problem! overlapping!

Posted: Thu Oct 01, 2015 2:18 pm
by Elvin Chu

Image

This is my css:
.title {
font-size:50px;
text-align:center;
color: white;
}


css problem! overlapping!

Posted: Thu Oct 01, 2015 2:35 pm
by Elvin Chu

css problem! overlapping!

Posted: Thu Oct 01, 2015 8:02 pm
by Illya Stepanov

Hi Elvin -

Could you please describe what components you are using on page? It's hard to say for sure based on your screenshots now.


css problem! overlapping!

Posted: Thu Oct 01, 2015 10:44 pm
by Elvin Chu

The first picture I used text fill in class as title
The second I used html


css problem! overlapping!

Posted: Sat Oct 03, 2015 12:15 am
by Evgene Karachevtsev

Hello Elvin,

Please try add weight to your rule for example with code!important/code Also please note that custom CSS is outside the scope of our support.


css problem! overlapping!

Posted: Sat Oct 03, 2015 2:34 am
by Elvin Chu

OK I will try, also can I use a variable in CSS?


css problem! overlapping!

Posted: Sat Oct 03, 2015 3:17 pm
by Elvin Chu

OK I will try, also can I use a variable in CSS?


css problem! overlapping!

Posted: Sun Oct 04, 2015 3:57 am
by Evgene Karachevtsev

Elvin,

Yes, it should be working: http://stackoverflow.com/questions/47...


css problem! overlapping!

Posted: Sun Oct 04, 2015 5:10 am
by Elvin Chu

Thanks I will try it