Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #84202
    alugueseusite
    Member
    Post count: 6

    Hey,

    My website is not responsive for Sansung Galaxy (just exemple).
    http://earpeace.com.br

    Test: http://quirktools.com/screenfly/#u=http%3A//earpeace.com.br&w=320&h=533&a=34&s=1

    All the call to actions are out!

    #84216
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Your issue is that you’re moving the content down with blank spacers, which used a fixed height. This is obviously not the best idea, given that a window height can be any height, and as such there is likely to be content hidden.

    Try this custom css:

    @media only screen and (max-width: 767px) {
    .blank_spacer {
    max-height: 50px;
    }
    }

    – Ed

    #84218
    alugueseusite
    Member
    Post count: 6

    Ed,

    It’s working better. How can I align vertically the text on the row? I’m using blank spacers because I don’t know hot to vertically align… How do I do that?

    Thanks for all

    #84219
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    @alugueseusite – the best bet would be using the parallax asset, then you can add text within and it will be vertically centred. Currently it’s not possible to have a window height row with vertically centred assets within.

    – Ed

    #84340
    alugueseusite
    Member
    Post count: 6

    Ok. But the first page, Ed, is still messup. Can you check it?
    Is an onepage design. Just the first page is not working properly.
    Can you help me?

    #84832
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Only issue I can see is the line height on your headings?

    h1, h2 {
    line-height: 150%;
    }

    That should resolve that.

    – Ed

    #86415
    alugueseusite
    Member
    Post count: 6

    Ed,

    Actually now it’s worst than how it was. There are 4 onepage sections on page Homepage.

    The first code you sent me solve the issue for the sections 2,3 and 4!
    But the 1 section was still messup (without the call to action button or even the red text
    Now all the sections are missing the call to action button.

    Ed, thanks for all your support. I’ll soon purchase more themes from your company. Great work and support. Thank you very much and sorry for the first e-mail.

    #86464
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Apologies, just tested and this code should sort out the height:

    @media only screen and (max-width: 767px) {
    .spb_parallax_asset {
    height: auto!important;
    }
    }

    Thanks – you’re welcome for the support!

    – Ed

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register