Home › Forums › WoodMart support forum › WPBakery; Stretch row and content (no paddings)
WPBakery; Stretch row and content (no paddings)
- This topic has 6 replies, 3 voices, and was last updated 6 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
February 16, 2018 at 4:26 pm #40342
MoeMauphieParticipantHi there,
After updating my theme, rows that are set to “Stretch row and content (no paddings)” load in an ugly way which is annoying; The problem is the row is not fully stretched while the page is loading, and only after the loading is completed the row fills the whole width. It was not like this. How can I solve it?
Please find the attached and try to open this page: tennis.com/shop to see the problem.
Regards,
Attachments:
You must be logged in to view attached files.February 16, 2018 at 7:47 pm #40365
Bogdan DonovanKeymasterHi,
We checked your page http://tennisfa.com/shop and did not notice any indents while loading. Please, try to clear your browser cache and check again.
Regards
February 16, 2018 at 9:45 pm #40379
MoeMauphieParticipantI have purged the cache already. This problem mostly happens when you load the page for the first time. When the page is cached and loads faster you don’t see it. Try hard-refreshing the page multiple times in a row and you will see it.
Regards
February 17, 2018 at 5:35 am #40421
MoeMauphieParticipantOK, I found the issue.
In the previous version, we had this:
.rtl .vc_row[data-vc-full-width], .rtl section[data-vc-full-width] {left: auto; right: calc((-100vw - -95vw)/ 2);}
While in the new version web have this:
.rtl .vc_row[data-vc-full-width], .rtl section[data-vc-full-width] { left: calc((-100vw - -95vw)/ 2)}
I overrode it in the child theme CSS file and now it seems to be working like before. I don’t know why you had changed it though.
Regards,
February 17, 2018 at 4:43 pm #40522
Bogdan DonovanKeymasterWe have changed that code because of WPBakery RTL Columns gap issue that was present in the previous version. You didn’t notice it because you didn’t use such options on your site.
Last custom code that you added to your site make your full-width row broken on large desktop devices. https://gyazo.com/ae70c61eb45f622a201def8fa341ec88 https://gyazo.com/e24b2bb98e01c0dffad389cb4965521c
Apparently, your original problem was present only on small screens devices. We tested your site on the small screen and found your initial issue with loading glitch.
Please, first remove your previous custom code and then add the following custom code to your Custom CSS for desktop and Custom CSS for tablet areas https://gyazo.com/f9b95946fe3441d108c7f7507df866dd
body.rtl .vc_row[data-vc-full-width], body.rtl section[data-vc-full-width] { left: calc((100vw - 95vw)/ 2); }
Sorry for the misunderstanding
RegardsFebruary 18, 2018 at 1:38 am #40597
MoeMauphieParticipantThanks for the help. Problem solved.
February 18, 2018 at 9:15 am #40630
Artem TemosKeymasterGreat, you are welcome.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register