realignment of archive title not working properly on mobile
-
Hello. I am new to wp and to this forum. I’ve been making my first website and have been customizing it using CSS edits. A problem I tried to solve was to hide the ‘Category Archives:…’ title on category pages. To do this and to realign with the the sidebar in twentyfourteen, I used the following. Although it is working perfectly in my browser, even if I reduce the window size, it is not on my mobile phone- the page seems to be shifted up and gets cut off. What do you suggest? I do have the viewport meta tag in the html head.
.archive-title {
font-size: 15px;
text-align: center;
font-weight: normal;
position: relative;
margin-bottom: -60px;
margin-top: -95px;
}
- The topic ‘realignment of archive title not working properly on mobile’ is closed to new replies.