Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3781781
CSS issue
Closed

Comments

  •  1
    vehuel started the conversation

    Hi,

    I inserted the booking.com box in the right column of the theme, but now the drop-down menu overlaps it, could you help me solve the problem?

    Thanks

    Attached files:  css.png

  •  2,727
    PenciDesign replied

    Hi,

    Please send me your site URL.

    Regards,
    PenciDesign.

  •  1
    vehuel replied

    Hi,

    the website is in maintenance mode,  but you have the credentials to access it.

    https://www.edenpuglia.info

    thanks

  •  2,727
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #block-14.widget {
      z-index: -1;
    }

    Regards,
    PenciDesign.

  •  1
    vehuel replied

    Hi,

    there is a conflict with booking.com box, it does not work


    thanks

  •  2,727
    PenciDesign replied

    Hi,

    Have you cleared all your browser caches? I’ve checked, and it’s already displaying correctly.

    https://imgur.com/a/B5zbZUP

    Regards,
    PenciDesign.

     

  •  1
    vehuel replied

    Yes, the menu is ok, but the booking.com box does not works, it is disabled.

    thanks

  •  2,727
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    #block-14.widget {
      z-index: 1;
    }

    Regards,
    PenciDesign.