Modifying the small screen settings
-
Hi
I’m having troubling finding out where and how to modify the smallscreen (<641px)settings of Raindrops.
Top to bottom, there are 4 divs that I’d like to make some adjustments to.
1. The mobile menu below the header: How and where can I add text (and links) to this menu?
It would be highly useful, as I’m thinking that I’d like to let this horisontal menu replace the left sidebar on small screens, where there are no room for the sidebars, anyhow. (see below)2. div.yui-u:nth-child(1) should use 100% of the width on small screens, with the right sidebar dropping below it.
How do I achieve this?It presently appears to be stuck using the same 83% in this format, that it is set to use on bigger screens (>640). Probably because I found it necessary to use
width: 83% !important;
to make it respond to the new width rule at all. If this is indeed the problem, is there another way to code it to respond to the 83% rule on bigger screens?3. .rsidebar: Is there some way to adress this on small screens only, in css?
Since it drops below (2) I’d like to modify its styling, or maybe just display none of it, or nothing but search, in this format, and possibly let (1) take over it’s other items.4. since the left sidebar is pushed to the bottom, I think I’d prefer to display none of it in the small screen format.
How can I adress it to do so, on small screens only?
- The topic ‘Modifying the small screen settings’ is closed to new replies.