frontend Posted March 10, 2018 Share Posted March 10, 2018 Good day, As you can see in the image below you have to press the + button to see the information below Category etc. Who can tell me how to open Category, Information, My account, Shopinformation by Default without pressing +. So that you directly see all information below the + PLUS Button when mobile devices surf to my website ? On the desktop version you see all information directly, So this is only about mobile devices. Link to comment Share on other sites More sharing options...
TiaNex Shopping Posted March 10, 2018 Share Posted March 10, 2018 usually it was controlled by css style, when you click the + icon,it will add a css class to the container, add the css class default will be work, Link to comment Share on other sites More sharing options...
frontend Posted March 10, 2018 Author Share Posted March 10, 2018 Ok, can you tell me what i need to add to the css file for this to work. The code.. Link to comment Share on other sites More sharing options...
frontend Posted March 10, 2018 Author Share Posted March 10, 2018 (edited) In the directory /themes/default-bootstrap/mobile/css i only see a file called index.php in the directory /themes/default-bootstrap/css I see these files.. Which file would need to be edited ? And what code should i change or add. As you can see i use the default bootstrap. Edited March 10, 2018 by frontend (see edit history) Link to comment Share on other sites More sharing options...
TiaNex Shopping Posted March 11, 2018 Share Posted March 11, 2018 21 hours ago, frontend said: In the directory /themes/default-bootstrap/mobile/css i only see a file called index.php in the directory /themes/default-bootstrap/css I see these files.. Which file would need to be edited ? And what code should i change or add. As you can see i use the default bootstrap. sorry,i don't have a store with default theme,if you don't mind,please send me the url, Link to comment Share on other sites More sharing options...
TiaNex Shopping Posted March 15, 2018 Share Posted March 15, 2018 hello,add the "active"" class to the tpl file, Link to comment Share on other sites More sharing options...
frontend Posted March 15, 2018 Author Share Posted March 15, 2018 Thank you for your answer. Can anyone who has the knowledge, show me here what code i need to add to which .tpl ? Link to comment Share on other sites More sharing options...
frontend Posted March 27, 2018 Author Share Posted March 27, 2018 No one ? Link to comment Share on other sites More sharing options...
tantan199 Posted April 3, 2018 Share Posted April 3, 2018 You can try put the following code to the global.css file: #footer section div,#footer section ul{display:block!important;} Link to comment Share on other sites More sharing options...
frontend Posted April 3, 2018 Author Share Posted April 3, 2018 Hi, this actually works for the footer section. Great. On the same page on mobile devices below the shopping Cart, i still have main Category closed. Can you tell me what code i need to add to open the Category as default for the top Category on the main page. Your help is very much appropriated. Link to comment Share on other sites More sharing options...
tantan199 Posted April 4, 2018 Share Posted April 4, 2018 Do you mean the top menu ? if yes, please use the following code: @media (max-width: 767px){#block_top_menu .menu-content,#block_top_menu .menu-content ,menu-mobile{display:block!important;[spam-filter] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now