linvirgo
Forum Replies Created
-
Yes, the css code works. Thank You very much for your help !
Forum: Fixing WordPress
In reply to: Main menu dropdown hiding behind site origin hero widgetHi, I try to add this CSS code and it finally works ??
.widget_sow-slider {
position: relative;
z-index: 1;
}#header {
z-index: 100;
}Thank You !
Yes, finally it works ! Thank You !
Forum: Fixing WordPress
In reply to: Main menu dropdown hiding behind site origin hero widgetI see. When I apply your CSS code, it only give changes to this specific page only (https://www.ukm.my/inbiosis/en/inbiosis-workshop-series-2022-lc-ms-metabolomics/) but the other page still have problem where the dropdown menu hiding behind the site origin hero. Including the homepage where the dropdown menu hiding behind the Site Origin Slider.
Forum: Fixing WordPress
In reply to: Main menu dropdown hiding behind site origin hero widgetThank you for your reply, but the code is also not working. I’ll try consult with SiteOrigin support team as adviced. Thank you !
Forum: Fixing WordPress
In reply to: Dropdown menu hiding behind site origin hero image@muktadhawan yes it works, thanks a lot to you !
Forum: Fixing WordPress
In reply to: Dropdown menu hiding behind site origin hero imageBut I have another problem, the homepage looks fine in dekstop version but the dropdown menu still hiding behind hero image in mobile version. Do you have any idea how to solve this problem? Thank you
Forum: Fixing WordPress
In reply to: Dropdown menu hiding behind site origin hero image@muktadhawan i erase this css code:
.widget_sow-slider {
position: relative;
z-index: 1;
}and I replace with:
#site-header {
z-index: 999;
}and it finally works ! Thank you for your help, I really appreciate it.
- This reply was modified 4 years, 5 months ago by linvirgo.