I have customised my header.php file to include two new module locations:
<?php if ($this->countModules('head-right')) : ?>
<!-- LANGUAGE SWITCHER -->
<div class="languageswitcherload">
<jdoc:include type="modules" name="<?php $this->_p('head-middle') ?>" style="raw" />
<jdoc:include type="modules" name="<?php $this->_p('head-right') ?>" style="raw" />
</div>
<!-- //LANGUAGE SWITCHER -->
<?php endif ?>
However when I view the Responsive layout settings I cannot hide these modules as I can with others as the 'eye' icon is not visible. See attached screenshot.
How can I have the eye option on these module locations?
Thanks
Lee