How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
527
Views
Aug 30, 2023 4: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 10:20 am
Hi @misticjeff ,
You can use this css code.
.footer-top-inner .row { grid-template-columns: auto auto !important; }
Sep 01, 2023 12:32 pm
Thank You Sir!