Wrong position in home photos

Hi!

I asked here how to make bigger the menu bar to increase the size of the logo as well, and in doing it, all parallax images have moved down and are overlapping with other content. Is there any way to resolve this?

http://www.jardineriacalonge.com/beta/

Thank you for advanced!

Hi @veronika,

Thank you for your question.

To troubleshoot the issue i visited your shared site but it is displaying fine for me as shown in the attached screenshot.

Is it started working fine for you now?

Please advise.

Best Regards,
Movin

Hi,

I did not change anything. It works only some times, but not always… :frowning:

Thank you.

It seems this is happening because you are using following large images than the required size 655px X 345px which are taking more time to load so please try resizing those images to the size 655px X 345px and then use them.

http://www.jardineriacalonge.com/wp-content/uploads/2016/09/2.jpg


http://www.jardineriacalonge.com/wp-content/uploads/2016/09/1.jpg

I changed the size of the images as you told me, but nothing has changed.
Actually this happened just after making the menu bar bigger, I think it happened because of that, and thats why the larger images have moved down.
There must be some other way to solve it, right?

Thank you!

Actually this happened just after making the menu bar bigger, I think it happened because of that, and thats why the larger images have moved down.

You can confirm this by temporary reverting the changes you have made to make menu bar bigger.

Also you can try resolving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other



#shapely_home_parallax-4 {
    background: #fff;
}