Notifications
Clear all

[Closed] Topic Tags Widget Styling

3 Posts
2 Users
1 Reactions
527 Views
Posts: 6
Topic starter
(@misticjeff)
Active Member
Joined: 2 years ago

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
BlackRaz
Posts: 404
Admin
(@blackraz)
Contributor
Joined: 8 years ago

Hi @misticjeff ,
You can use this css code.

.footer-top-inner .row {
    grid-template-columns: auto auto !important;
}

 

Posts: 6
Topic starter
(@misticjeff)
Active Member
Joined: 2 years ago

Thank You Sir!