I've been looking into some custom CSS to display both my logo and the site title in the site header. I got it to work on desktop using this code, but because it does not have enough space on the mobile header it ends up pushing my header categories off screen. Could anyone help me figure out how to achieve the same thing without screwing up my site's mobile version?
See pictures below for what I want in desktop and mobile if possible (included from desktop as that works fine). The other pictures are of the mobile header and the way the text interferes with it.
Question
Aeduuin 0
Site URL: https://www.questiongamification.com
I've been looking into some custom CSS to display both my logo and the site title in the site header. I got it to work on desktop using this code, but because it does not have enough space on the mobile header it ends up pushing my header categories off screen. Could anyone help me figure out how to achieve the same thing without screwing up my site's mobile version?
.header-title-logo a:after {
content: "Gamification of Education";
display: inline-block;
font-size: 20px;
font-family: Poppins;
color: black;
text-align: center;
vertical-align:middle;
font-weight:900;
padding-left: 555px;
}
.header-title-logo img {
vertical-align: middle;
}
See pictures below for what I want in desktop and mobile if possible (included from desktop as that works fine). The other pictures are of the mobile header and the way the text interferes with it.
Link to post
Top Posters For This Question
1
1
Popular Days
Nov 26
1
Dec 5
1
Top Posters For This Question
Aeduuin 1 post
tuanphan 1 post
Popular Days
Nov 26 2020
1 post
Dec 5 2020
1 post
Posted Images
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment