Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End CSS can’t be applied Reply To: CSS can’t be applied

#252872
casioBH
Participant

I’ve tried that but it does not afect to anth

this is my css:

@media screen and (max-width: 640px) {
    .ms-layer.top-text{
        right: 32px;
        width: 127px;
        height: 14px;
        border: 1px solid rgb(161, 37, 141);
        }
    .top-text {
        margin-top: 10px;
        margin-left: 42px;
        }
    .popup-youtube{
        position: relative;
        font-size: 9px;
        font-weight: normal;
        text-align: center;
        top: 40%;
        right: -7px;
    }

     .ms-layer.big-text a{
        right: 32px;
        font-size: 18px;
        line-height: 90%;
        }
    .ms-layer.medium-text a{ 
        top: 10px;
        right: 32px;
        line-height: 90%; 
        font-size: 14px; 
    }


}