CSS Amendments
-
I am having a couple of issues with CSS with this style. I have managed to hide, as I want, the text ‘Posted by’, ‘Posted on’ and ‘Posted in’ by each blog.
These are the meta-tags by each blog entry and this looks fine. Until I view the page on a mobile then these tags reappear. For the intermediate size for the tablets these are correctly invisible.
I am using the additional code below:
.avatar{
display:none;
}.meta-sep {
display:none;
}.vcard{
display:none;
}.author{
display:none;
}.label{
display:none;
}/* Remove Post Author */
.entry-meta .url.fn.n {
display: none;
}As I say these work on the desktop and on tablet but not on the mobile-sized viewports. What am I doing wrong?
The topic ‘CSS Amendments’ is closed to new replies.
