Issue with dropcap class on the mobile version

Posted in: Newspaper
Post count: 2

Hi

i tried to change the css of the “dropcap” class as following directly from the theme custom code section:

.dropcap {
float: left;
display: block;
font-size: 14px;
line-height: 20px;
background-color: #fff;
color: #505050;
text-align: center;
padding: 2px 10px 4px;
font-family: Verdana, Geneva, sans-serif;
border: red;
border-width: thin;
border-style: solid;
}

It’s working fine on the desktop version, on mobile it almost seems as its using a different classes.

Do you know how to understand which are the classes of the mobile version? All the inspection tools seems are not able to properly simulate mobile 🙁

thanks in advance for the support!

Post count: 22421

This depends whether you use the mobile theme plugin or not. If you do, then you must also add the code in the mobile code section separate from the one you are using now.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.