The store will not work correctly when cookies are disabled.
TRADING FOR OVER 50 YEARS
Thousands of happy customers
ALWAYS THE BEST PRICES
We'll try to match or beat other retailers
HIGH STREET STORES
Call in for advice or Click and Collect
5 STAR FEEDBACK
Don't just take our word for it
Vented Hobs
.ig-cat-content p {
text-align: center;
width: 80%;
margin: auto;
}
.ig-cat-content span {
font-weight: bold;
}
.ig-cat-content a {
text-decoration: underline;
color: #ed8000;
padding: 15px 20px;
border: 1px solid #ed8000;
background-color: #f5f5f5;
border-radius: 3px;
display: block;
text-align: center;
}
.ig-link-grid {
display: grid;
grid-template-columns: repeat(3, 1fr); /* Adjusted to 3 columns */
gap: 15px;
justify-content: center;
align-items: center;
margin: 20px auto;
width: 80%;
}
.ig-cat-content {
background-color: #f5f5f5;
padding: 15px 0px;
}
.ig-links {
background-color: white;
padding: 15px 0px;
margin-top: 15px;
}
@media only screen and (max-width: 800px) {
.ig-link-grid {
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: auto;
width: 90%;
}
.ig-link-grid a:nth-child(3) {
grid-column: span 2; /* Makes the third link span across both columns */
justify-self: center; /* Centers the link */
width: calc(50% - 0px);
}
.ig-cat-content p {
width: 100%;
}
.ig-links {
margin-bottom: 40px;
}
}