Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1029479

    Hi!
    I have been informed by our webhost that new versions of php will be installed during November. I have therefore installed the latest version of Enfold.

    Question 1: Is that version fully compatible with php 7.2?
    Question 2: We had added an image in the header widget. It is no longer visible after the update. Since it is very important for my customer to have it there I really need your help to get it back in place.
    Question 3. The typo in the sidemenus changed and I can’t understand where I could change it back.

    Thanks and best regards,
    Marianne

    #1030452

    Hey Merilla,

    Could you please attach some screenshots of the issue?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1030462
    This reply has been marked as private.
    #1031511

    Hi,

    Thanks for the update.

    You can adjust the right position of the header widget. Look for this css code and adjust the right property value from 0 to 10px.

    #header .widget {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin-top: 20px;
        z-index: -1;
    }

    Best regards,
    Ismael

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