Black

Change width pourcentage - Black

Change width pourcentage

by alois0905 » Sat Jul 02, 2016 6:20 am

I would use 80% of the user's screen (not in pixel ).

I add this code in _custom.scss

Code: Select all

@media (min-width: 720px) {
 .page-width { width: 80%; margin-left: auto; margin-right: auto; }
}


But the navbar is displaced

Image

If I use "$ max-width:" in _style_config.scss (with pixel), I have no problem.

Image

What is the problem ?
User avatar
alois0905
Registered User
Posts: 8
Joined: Sat Jun 11, 2016 3:29 pm