Hi,
I am facing two issues with this theme
1. The navigation arrows for "Shop Slider" product slider are visible on top area while the block is assigned to a custom region created above footer region. . This problem is visible in both Firefox and Chrome browsers.
2. When I am trying to enable CAPTCHA module for webforms (https://www.drupal.org/project/captcha) they look alright in Firefox but move out of frame in Google Chrome.
Kindly help me reslove these.
Hello,
Please open main.css file then adding the following CSS code to the bottom of that file:
1. Navigation arrows:
#block-views-shop-slider-shop { position: relative; }
2. Captcha:
fieldset.captcha { clear: left; }
Thank you!
Hi,
Thanks. This worked perfectly.