-
AuthorPosts
-
July 29, 2021 at 12:08 pm #1313231
Hello dear Enfold team,
I recently noticed that the spacing in the layout of my website (especially in the mobile view) suddenly changed.
Since I hadn’t made any changes to the website (except updating Enfold and WordPress), this is probably related to the updates.
E.g. I am using seperator/whitespace elements with negative values and an ID to reduce the space on mobile devices.
Please see screenshots: enfold_seperator-whitespace_1-2.jpg and enfold_seperator-whitespace_2-2.jpg.
I´m also using column elements with negative margin values to reduce space.
Please see screenshot: enfold_column.jpg.
It seems as if both suddenly no longer work.Please let me know what I can do about it.
Thank you very much in advance.
Best regards,
FKMJuly 29, 2021 at 12:21 pm #1313235Hi, i’ve the same problem only on mobile with olumn elements with negative margin values.
I follow this thread.- This reply was modified 3 years, 3 months ago by emanuelecocchiaro.
August 1, 2021 at 7:21 am #1313667Hi FKM,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. If you would like to roll back to version 4.8.3, then please include FTP login details as well, and verify that you have backups of the site.
Best regards,
RikardAugust 1, 2021 at 7:22 am #1313668Hi emanuelecocchiaro,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
RikardAugust 2, 2021 at 11:01 am #1313872Hi Rikard,
thank you very much for your reply.
Please see the details in the private content section.Best regards,
FKMAugust 3, 2021 at 9:26 am #1314095Hi Rikard and the Enfold team,
if you haven’t made any changes to my website in the meantime, then it seems that the latest Enfold update I made yesterday has solved the problem with separator/whitespace elements described above. That’s great. Unfortunately the case with the column elements (also described above) seems to be unchanged – so please help me with this matter.
Thanks a lot in advance.
Best regards,
FKM
August 3, 2021 at 1:04 pm #1314155Hi FKM,
Great, I’m glad to hear that the white space is working again. I’m not sure where we can see the problem with the columns though, could you link directly to the page where you are using the negative values please?
Best regards,
RikardAugust 5, 2021 at 10:36 am #1314593Hi Rikard,
I just found out that there is a note (“limitation”) on the column element that says that negative values cannot be used with an individual height of the column. Sorry, I really thought it was different before, but I could also have been wrong. I’ll try to reduce the spacing in another way and if I get stuck I’ll open a new thread. Sorry again.
Best regards,
FKMAugust 7, 2021 at 4:15 am #1314938Hi,
Thanks for the update. Please let us know if you should need any further help on the topic.
Best regards,
RikardAugust 9, 2021 at 9:45 am #1315798Hi Rikard,
thank you very much for your reply.
To reduce the bottom space of the corresponding column elements with the ID “breadcrump” for the mobile view, I just add a line with a negative margin value to the code in the Quick CSS as follows and it seems to work:
@media only screen and (max-width: 767px){
#breadcrump p {
text-align: left!important;
margin-bottom: -25px !important;
}}If that’s technical okay the topic is succesfully done.
Best regards,
FKMAugust 10, 2021 at 6:48 am #1315958 -
AuthorPosts
- You must be logged in to reply to this topic.