need button border for mobile
i have tried to create a border around buttons with the following css:
.ow-button-hover {
border-color: #000 !important;
}
.ow-button-hover:hover {
border-color: #000 !important;
}
This works fine for computers but this does not work for mobile or pad. What code do i need to add border to buttons on mobile and pad?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi
Thanks for posting your question.
Do you have a public URL where we can take a look at what’s going on?
Yes, its probably best seen on this page:
https://www.johndhunt.com/the-path-of-wisdom-page-2/
Thanks. In your Custom CSS you have:
@media (min-width: 769px) { .site-header .site-header-inner { justify-content: flex-start; }The media query is missing a closing bracket so everything below this rule is included in the media query. You’ll need to add a closing
}if you want to close this media query at this point.That fixed the problem. Thanks!
Glad to hear you’re making progress. All the best with your website.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.