Copy link to clipboard
Copied
I like to have my logo and title bar on the same line... but what i am trying is not working... plz help
By @Deleted User
All you need to do is add the text in bold below to your '.title-bar' css selector:
.title-bar {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin: 20px;
clear: left;
}
Copy link to clipboard
Copied
See my reply to your other question. The same layout answers both questions.
Copy link to clipboard
Copied
I like to have my logo and title bar on the same line... but what i am trying is not working... plz help
By @Deleted User
All you need to do is add the text in bold below to your '.title-bar' css selector:
.title-bar {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin: 20px;
clear: left;
}