<script>
<!– ============================================================
GARTSHERRIE ENGINEERING — “Locations We Serve” table
Paste the block below into the WordPress Content Block
Text (HTML) tab. Styles are inline/scoped so they render
regardless of theme CSS. JSON-LD is included but WILL be
stripped by the WYSIWYG — add it via Yoast custom schema.
============================================================ –>
<style>
.ge-locations {
font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
max-width: 1100px;
margin: 0 auto;
color: #2b2b2b;
}
.ge-locations__intro {
font-size: 1.05rem;
line-height: 1.6;
margin: 0 0 1.75rem;
}
.ge-loc-table {
width: 100%;
border-collapse: collapse;
font-size: 0.98rem;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.ge-loc-table thead th {
background: #1a1a1a;
color: #fff;
text-align: left;
padding: 16px 20px;
font-size: 0.78rem;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: 700;
}
.ge-loc-table tbody td {
padding: 16px 20px;
border-bottom: 1px solid #e6e6e6;
vertical-align: middle;
}
.ge-loc-table tbody tr:nth-child(even) td { background: #f6f7f8; }
.ge-loc-table tbody tr:hover td { background: #eef4fb; }
.ge-loc-table__name {
font-weight: 700;
color: #1a1a1a;
font-size: 1.05rem;
}
.ge-loc-table__desc {
color: #555;
line-height: 1.5;
}
.ge-loc-btn {
display: inline-block;
background: #1c8adf;
color: #fff !important;
text-decoration: none;
padding: 9px 18px;
border-radius: 3px;
font-weight: 700;
font-size: 0.82rem;
letter-spacing: 0.04em;
text-transform: uppercase;
white-space: nowrap;
transition: background 0.2s ease;
}
.ge-loc-btn:hover { background: #14649c; color:#fff !important; }
@media (max-width: 640px) {
.ge-loc-table thead { display: none; }
.ge-loc-table, .ge-loc-table tbody, .ge-loc-table tr, .ge-loc-table td { display: block; width: 100%; }
.ge-loc-table tbody tr { margin-bottom: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.ge-loc-table tbody td { border-bottom: none; padding: 12px 16px; }
.ge-loc-table__name { padding-top: 16px; }
}
</style>
<div class=”ge-locations”>
<p class=”ge-locations__intro”>
From our base in Coatbridge, Gartsherrie Engineering delivers specialist steel
fabrication, CNC machining, laser cutting and finishing across central Scotland.
Select your area below to see how we support projects in your region — with shorter
logistics, easier site coordination and responsive engineering support.
</p>
<table class=”ge-loc-table”>
<thead>
<tr>
<th scope=”col”>Location</th>
<th scope=”col”>What we deliver</th>
<th scope=”col”> </th>
</tr>
</thead>
<tbody>
<tr>
<td class=”ge-loc-table__name”>Hillington</td>
<td class=”ge-loc-table__desc”>Steel fabrication and precision machining for Hillington’s industrial estate and manufacturing base.</td>
<td><a class=”ge-loc-btn” href=”/hillington/”>View Hillington</a></td>
</tr>
<tr>
<td class=”ge-loc-table__name”>Glasgow</td>
<td class=”ge-loc-table__desc”>Heavy and light fabrication, CNC machining and coating for Glasgow’s industrial backbone and the Clyde Valley.</td>
<td><a class=”ge-loc-btn” href=”/glasgow/”>View Glasgow</a></td>
</tr>
<tr>
<td class=”ge-loc-table__name”>Aberdeen</td>
<td class=”ge-loc-table__desc”>Fabrication and coded welding for Aberdeen’s oil & gas, energy and renewables sectors.</td>
<td><a class=”ge-loc-btn” href=”/aberdeen/”>View Aberdeen</a></td>
</tr>
<tr>
<td class=”ge-loc-table__name”>Edinburgh</td>
<td class=”ge-loc-table__desc”>Structural steelwork, machining and finishing for Edinburgh construction and industrial projects.</td>
<td><a class=”ge-loc-btn” href=”/edinburgh/”>View Edinburgh</a></td>
</tr>
<tr>
<td class=”ge-loc-table__name”>East Kilbride</td>
<td class=”ge-loc-table__desc”>Bespoke fabrication and production parts for East Kilbride’s engineering and manufacturing firms.</td>
<td><a class=”ge-loc-btn” href=”/east-kilbride/”>View East Kilbride</a></td>
</tr>
<tr>
<td class=”ge-loc-table__name”>Stirling</td>
<td class=”ge-loc-table__desc”>Full-service steel fabrication, machining and coating serving Stirling and central Scotland.</td>
<td><a class=”ge-loc-btn” href=”/stirling/”>View Stirling</a></td>
</tr>
<tr>
<td class=”ge-loc-table__name”>Scotland-wide</td>
<td class=”ge-loc-table__desc”>Nationwide steel fabrication — turnkey sourcing, fabrication, machining and finishing to ISO 9001 & EN1090.</td>
<td><a class=”ge-loc-btn” href=”/steel-fabricators-scotland/”>Steel Fabricators Scotland</a></td>
</tr>
</tbody>
</table>
</div>
</script>