• Closed
  • Nicole Amber
    Spectator
    June 9, 2016 at 1:55 am #28264

    Hi,

    I am using the Evolve+ theme. When I visit my website: http://casatihomecomfort.com, via Explorer browser, the bullet lists in the Front Page Content Boxes on the Home page are misaligned (out of the boxes completely) and mixed in with the Heading 1 widget content. However, when I visit the same site using Chrome or my android phone, there is no problem.

    Please help! How can I fix this problem quickly as my website is now live and there’s traffic coming to it?

    Thank you.

    Best Regards,
    Nicole

    Denzel Chia
    Moderator
    Posts: 2656
    June 9, 2016 at 4:21 am #28279

    Hi,

    Use the following in Theme Options -> Custom CSS to adjust the vertical position of your list.

    .content-box ul {
    top: 170px !important;
    }

    Find the following in your existing custom css codes.

    .content-box ul {
    position: absolute !important;
    z-index: 9999 !important;
    }

    Change the 9999 to 1
    So that it does not show on top of your sticky menu.

    Thank you.