Hello. The content block in the home page http://bit.ly/13Qvt6o seems to be jumping 2-3 pixels up and down starting from the “CHECK ON YOUR DOG” block. The only thing I changed are the dimensions of the logos in the slider content at the bottom of the page. Any thoughts on how to fix it please?
In addition, in the box “How is your dog doing”, the “Take action” is not at the same level than the others two (the images have the same high).
Can you please help me figure out these two issues?
Thanks.
Hey DavideRossi!
I can’t reproduce the issue on my end. Please try to add a horizontal rule whitespace on top of the section with the icon list jumping.
Regards,
Ismael
Hi Ismael, I assume you’re talking about issue 1. Sounds like this is specific of Chrome (Explorer is fine). The entire lower part of the home page keeps pulsating, moving either vertically or horizontally by a few pixels. This happens every 5 seconds or so – when the images scroll. Just added the horizontal ruler whitespace before “STAY CONNECTED”, but no luck.
Also pls let me have any feedback on issue 2.
Thx.
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
1-
.container_wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0); }
2-
#av_section_1 > div > div > div > div > div.flex_column.av_one_third.avia-builder-el-11.el_after_av_one_third.avia-builder-el-last.column-top-margin > section > div {
margin-top: 10px;
}
Best regards,
Yigit