Hi,
I have asked this question before but I was using a different theme then and it seemed to work,
however, unfortunately, I can’t seem to get it working on this stack, although I assumed all the classes are still the same?
please, can you advise?
Also, I’m using the Integrity Stack, however, I think the ethos sidebar style looks a lot better,
I was on other posts that the only way to use a different stack is by using custom CSS,
I’m assuming if I just got all the CSS for the sidebar and placed into the custom CSS, that would work?
anyone able to provide me with the CSS for the sidebar for ethos?
Cheers
Sean
PS. This is the code I have tried but doesn’t seem to be working.
.x-brand img {
vertical-align: top;
}
@media (max-width: 979px){
.x-brand {
margin-top: 12px
}
}
@media (max-width: 380px){
.x-brand {
margin-top: 28px;
}
.x-brand img {
width: 150px !important;
}
}