Error: Resolution MODENA - Lower 320px

Locked
dolaya2015
Posts: 11
Joined: 22 Jul 2015, 19:33

01 Sep 2015, 00:57

Dear goodnight.

Theme and layout recently bought MODENA.

We have a problem in implementing the project at a lower resolution of 320 px wide.

What can you do in that case to make it look good?

Waiting for your help.

Thank you.

dolaya2015
Posts: 11
Joined: 22 Jul 2015, 19:33

01 Sep 2015, 01:06

The problem occurs with the topbar.xhtml file.

Bar above the other pages are displayed.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

02 Sep 2015, 08:08

Layouts support minimum 320px. You can override the media queries in modena-layout.less or change them.

Code: Select all

/* Large desktop */
@media (min-width: 961px){
	
}
 
@media (min-width: 961px) and (max-width:1200px){
	
} 
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 640px) and (max-width: 960px){
...
}

/* Landscape phone to portrait tablet */
@media (min-width:480px) and (max-width: 640px) {	
...
}
 
 
/* Portrait phones and down */
@media (min-width:320px) and (max-width: 480px) {
...
}

/* for landscape phones */
@media (min-height:320px) and (max-height:560px){
   ..
}
Extra detail;
https://responsivedesign.is/develop/bro ... reakpoints

Locked

Return to “Modena”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests