How to achieve parralax effect without using text over the image?

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support How to achieve parralax effect without using text over the image?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #7205
    Jakub78
    Member

    Hello,i would like to use parallax effect on homepage but when I do not use some form of text description the picture is very small in heights.When i insert text the picture gets stretched upwards.How can i achieve same effect without using text?

    Thanks for your help.

    Jakub

    #7206
    Jakub78
    Member
    This reply has been marked as private.
    #7214
    Ernesto
    Member

    Hi! Could you send us a screenshot of what you wish to accomplish?

    Thanks in advance! Cheers!

    #7219
    Jakub78
    Member

    Hi, here it is.
    Basically without blockquote text the image gets squashed to let’s say 30px in heights and so far I have not find the way how to increase the size of image without help of text(blockqoute)which then stretches the image a lot.
    I hope my explanation is kind of clear enough :),hope that screenshot helps, the second (smaller)screenshot is completely without any text/blockquote.

    #7230
    Ernesto
    Member

    Hi! I’m terribly sorry, but the page right now seems to be offline. I’ll check it our in a couple of hours since it may be our problem and I’ll get back to you.

    Cheers!

    #7234
    Jakub78
    Member

    Hi,yeah ,you are right,not sure what is going on,but will find out.
    My colleague messing with host i guess.

    Typical

    Hang on, please

    Jakub

    #7252
    Jakub78
    Member

    Hi,site is back online for you to check.

    Jakub

    #7257
    Ernesto
    Member

    Hi! Go to your Custom CSS Section and enter the following code:

    #creativity-quote {width: 1140px;
    height: 660px;} 
    .parallax-banner blockquote {display: none}

    Let us know if it worked out!

    Cheers!

    #7260
    Jakub78
    Member

    Hi Ernesto,
    thanks, it works but the picture is not centered.i tried align it to the centre but without any luck.

    Kind Regards

    Jakub

    #7271
    Jakub78
    Member

    Hi Ernesto,
    I worked it out.here is the code I had to add to centre parallax image to the code the code you kindly provided:

    display: block;
    margin-left: auto;
    margin-right: auto;

    full code snippet is therefore(for someone who may also needed:)

    #creativity-quote {width: 1920px;
    height: 660px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

    You will have to adjust width and height to your requirements of course.

    Take care

    Jakub

    #7272
    Jakub78
    Member

    Cleaner version of code,I forgot to add one more line,which hides blockqoute :

    #creativity-quote {
    width: 1920px;
    height: 660px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

    .parallax-banner blockquote {display: none}

    #7285
    Nexus
    Moderator

    Gald that all worked fine. Thanks for letting us know 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to achieve parralax effect without using text over the image?’ is closed to new replies.