-FP Posted April 29, 2015 Share Posted April 29, 2015 Hi,I don't want to display the image logo nor the site name as text on mobile devices, how can I modify the logo template of the default skin to accomplish that?Well I want to assign a css class with "display: none" if the skin switches layout for mobile devices, I just need to know how to determine that. Link to comment Share on other sites More sharing options...
newbie LAC Posted April 29, 2015 Share Posted April 29, 2015 Hello,1. http://community.invisionpower.com/topic/409153-different-html-code-depending-on-window-size/?do=findComment&comment=25354012. Add css classes to logo Link to comment Share on other sites More sharing options...
-FP Posted April 29, 2015 Author Share Posted April 29, 2015 I see, I need to get my head around this responsive thing lol.Thanks. Link to comment Share on other sites More sharing options...
不中用 Posted April 29, 2015 Share Posted April 29, 2015 I see, I need to get my head around this responsive thing lol.Thanks.. Add this in your custom.css in your theme CSS ..This take care mobile & tablet .. if you wanna only have mobile adjust to 767px .. @media screen and (max-width: 979px) { #ipsLayout_header .ipsLayout_container { display: none; } } . Link to comment Share on other sites More sharing options...
-FP Posted April 29, 2015 Author Share Posted April 29, 2015 I see, so 980 pixels is the default to show the desktop view. Link to comment Share on other sites More sharing options...
不中用 Posted April 29, 2015 Share Posted April 29, 2015 I see, so 980 pixels is the default to show the desktop view..sweet spot .. . Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.