AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
1
Reactions
1,335
Views
Aug 30, 2023 8:59 pm
I would like to move my Topic Tags widget to the footer just below the 'forum information' box. In this area it would obviously need to be in landscape mode.
@media (orientation: landscape)
I'm not sure where or how to implement the css for this. Any help appreciated.
2 Replies
Sep 01, 2023 2:20 pm
Hi @misticjeff ,
You can use this css code.
.footer-top-inner .row {
grid-template-columns: auto auto !important;
}
Sep 01, 2023 4:32 pm
Thank You Sir!