Log in

View Full Version : Resolved Location of element needed please.



theremotedr
02-15-2016, 04:13 PM
Below you will see 2 images.
This is for ios etc BUT im just looking for some pointers in respect of line & edit required for the following.
You will see that when the ios device is in Portrait mode the heading MENU is spot on how it should be in respect of position etc.
The ios device is then turned so its now in Landscape mode and now the MENU is shown to the right.

Im looking to have it shown like the Portrait setup, ie Center the word MENU

5822

5823

coothead
02-15-2016, 04:53 PM
Hi there theremotedr,



try adding the highlighted in red attribute here...



@media only screen and (min-width: 481px) {
#banner{
float:left;
text-align:left;
margin-bottom:-20px;/*this depends on the height of the logo*/
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
margin-top:10px; /*this depends on the height of the logo*/
float:right;
width:100%;
}
}




coothead

theremotedr
02-15-2016, 05:29 PM
Hi,
That did the trick.
Then changing the following to 20 puts it smack on where i want ite
margin-top:10px
Many thanks.

Another off my list.
So another thread is needed.
It would be great to supply a very small list & pay to a charity etc as all my posts seems to get boring.