Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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,
    FKM

    #1313235

    Hi, i’ve the same problem only on mobile with olumn elements with negative margin values.
    I follow this thread.

    #1313667

    Hi 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,
    Rikard

    #1313668

    Hi 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,
    Rikard

    #1313872

    Hi Rikard,

    thank you very much for your reply.
    Please see the details in the private content section.

    Best regards,
    FKM

    #1314095

    Hi 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

    #1314155

    Hi 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,
    Rikard

    #1314593

    Hi 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,
    FKM

    #1314938

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #1315798

    Hi 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,
    FKM

    #1315958

    Hi,

    Thanks for the update, and for sharing your solution. It’s much appreciated :-)

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.