Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #660330

    Hello my friends :)
    … Thanks again for your invaluable help that you gave me when I don´t know how to go forward.
    I have another question: could be possible to have a different layout for HD screen and normal screen?
    I mean 1920x1080px – layout with landscape* images and 1366x768px the same layout but instead of landscape* images I want portrait* images
    * landscape/portrait means the position of the imagine not the content :)
    Could be possible to have a code for this too?

    Thank you very much.

    #660370

    Hi teotaban!

    This post may help you – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ :)

    Regards,
    Yigit

    #660407

    Thank you Yigit, but I speak about desktop screen but different resolution: HD1920x1080px and normal 1366x768px

    #660411

    Hi!

    You can change values in the media query as following

    @media only screen and (max-width: 1366px) {
    .only-dt { display: none !important; }}
    @media only screen and (min-width: 1366px) {
    .only-mo { display: none !important; }}

    Cheers!
    Yigit

    #660460

    Thanks :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Screen resolution diferent layout’ is closed to new replies.