AI Search
Classic Search
Notifications
Clear all
3 Replies
Apr 01, 2024 11:28 am
Hi @hops40s
Your beehive WP Theme is responsive optimized so it works on all devices.
@media (min-width:576px) {
.container {
max-width:540px
}
}
@media (min-width:768px) {
.container {
max-width:720px
}
}
@media (min-width:992px) {
.container {
max-width:960px
}
}
@media (min-width:1200px) {
.container {
max-width:1140px
}
}
You can change max-width to a higher value if you know what you are doing. 😉
Insert the customized CSS code
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
Apr 04, 2024 8:36 am
but how can i add an image in my header?
This is a setting in your BeeHive theme
Probably under Title Bar
https://themified.com/beehive/documentation/settings.html
