Trying to get logo and menu on same line
-
Hello,
First off I’m a newbie. I am using the ascension wordpress theme 1.1.4.1541829938. I activated a duplicate as it is already a child theme. I have tried to enter the following codes into the Additional CSS under customization:
.site-title {
display: inline-block;
}@media (min-width: 992px) {
.header .col-md-6 {
width: 33%;
}
.header .logo.col-md-6 {
width: 66%;
}
}There was a moment it worked on Chrome but not on Safari. The next time I reloaded it returned to not being on the same line. I have emptied the cache.
I am know trying to figure out how to enter the correct php code changes to make it work. I know there is a ton I do not understand but any guidance would be great.
The page I need help with: [log in to see the link]
- The topic ‘Trying to get logo and menu on same line’ is closed to new replies.