Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wow CSS Framework
#5
Hi there and greetings from Germany. I love this responsive theme and use it for my page on hammer-tattoo.de. But i have a massive problem with the navigation on mobile phones, couse my Navigation-List is too big to fit in the screen. This would be no reason to write here, but i couldn´t scroll the nav on mobile phones. If i tried, only the content moves but the nav stands still.

Now i did a full workaround in the theme.css:

this is what i changed:
Code:
@media (max-width: 992px){
    .js .nav-collapse {
        top:60px;        
        width: 300px;
        height: 350px;
        float: right;
        overflow: auto;
}}

But now the Nav is only 350 in height. If i try 100% the scroll doesn´t work anymore, even if i try overflow:scroll

Sorry but i´m not good at programming. I always try to google all the phrases in CSS and change them so i can see on the page whats happening. So step by step im doing my pages. Hope you pro´s can give me some tipps how to make the scrollbar fits in every screen on mobile phones.

---------------------
i also changed the banner by the way. On small screens on mobile phones the logobanner doesnt scroll, so on many phones, exspacially in horizontal view, theres no way to see the content. so i decided to built a new banner in css and include it in the main frame, so it can be scrolled. Not fine but at the times it works for me.
Reply


Messages In This Thread
Wow CSS Framework - by Timbow - 2016-01-22, 05:12:19
RE: Wow CSS Framework - by Artur - 2016-01-24, 06:25:33
RE: Wow CSS Framework - by Timbow - 2016-01-24, 06:40:35
RE: Wow CSS Framework - by Timbow - 2016-10-12, 01:59:33
RE: Wow CSS Framework - by hammertattoo - 2019-02-17, 20:35:22



Users browsing this thread: 1 Guest(s)