mixporn Posted April 25 Share Posted April 25 This code brings links only from one continuous line, but how to make it go to another line? {{if $lang.enable_footer_network==''}} <div class="network"> <strong>{{$lang.footer.network_name}}</strong> <ul> {{if is_array($lang.footer.network_sites)}} {{foreach item="item" from=$lang.footer.network_sites}} <li><a target="_blank" href="{{$item.link}}">{{$item.name}}</a></li> {{/foreach}} {{/if}} </ul> </div> {{/if}} Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 26 Share Posted April 26 This code doesn't define how the links will be displayed, you need to adjust CSS styles to enable wrapping on them. Quote Link to comment Share on other sites More sharing options...
mixporn Posted April 26 Author Share Posted April 26 I solved, thanks, and thanks to ChatGPT Quote Link to comment Share on other sites More sharing options...
mixporn Posted April 28 Author Share Posted April 28 When the sidebar with categories is activated, it is shown in both the desktop and mobile versions, but how is it possible that it is not shown in the mobile version? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 29 Share Posted April 29 You can hide any piece of HTML for devices with screen size smaller than XX using CSS media queries: https://stackoverflow.com/questions/58463385/how-do-i-hide-an-element-in-html-on-mobile-or-small-windows Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.