How to make my desktop homepage look like my mobile homepage?

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support How to make my desktop homepage look like my mobile homepage?

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15721
    Zetland
    Participant

    I’m working on vocularapp.com and I’ve got it looking how I want it to on the desktop version – but when I check the mobile version, you can see that the iPhone slideshow starts much further below the header than it does for the desktop.

    How can I rectify this, so that the iPhone slideshow appears closely below the header for my mobile site, like it does for my desktop site?

    Thanks, James

    #15734
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    .features-list-alternate .iphone-slider-container, .features-list-alternate .smartphone-slider {
        margin-top: -350px;
    }}
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.