Many thanks Paolo,
Indeed I did create a child theme first, thank you for your concerns.
I am well familiar with code inspector.
Regarding CSS changes, here is my output:
HTML Source
<div class="gd-cpt-wrow" style="width:52px;height:52px;">
<a href="http://www.fitloyal.com/facilities/" title="Facilities">
<img src="http://fitloyal.com/wp-content/uploads/2015/11/Map-Icon-Facilities.png" />
<div class="gd-cpt-name">Facilities</div>
</a>
</div>
From Inspector:
element.style {
width: 52px;
height: 52px;
}
www.mydomain.com/media="all" (index)
.gd-cpt-widget-list .gd-cpt-wrow {
position: relative;
float: none;
display: inline-block;
overflow: hidden;
margin: 3px;
border: solid 1px #e1e1e1;
text-align: center;
}
The styling appears to be dynamically set by the plugin rather than through a CSS file so this is why asking which file contains the output code.
Regarding Tab Order, I found the article on rearranging about 10 minutes after I posted the question, however too much time elapsed to allow me to edit my query.
Many thanks Again
Shane