Thanks for continuing to help me with this.
OK, I just deleted the staging site version and copied over the live site.
The CSS seems to be identical, 63 lines for each.
This is the current staging CSS:
.home-page-service-list-box{}
.home-page-arrow {
font-size: 15px;
color: white;
transform: rotate(40deg);
display: inline-block;
vertical-align: top;
margin-top: 10px;
margin-right: 5px;
}
.home-page-arrow:hover,.services:hover{color:#ffb845 !important;}
.home-page-service-list-box h2 span:hover .home-page-arrow{color:#ffb845 !important;}
.help-icons{
width: 35px;
height: 35px;
margin-top: -7px;
margin-right: 5px;
}
body .x-navbar .desktop .x-nav > li > a {
display: flex;
align-items: flex-end;
padding-bottom: 5px;
}
footer.x-colophon.bottom {
background: transparent;
}
h6 {
margin: 0;
text-transform: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
.vdlinkew {
width: 100%;
margin-top: -88px;
min-height: 222px;
}
@media only screen and (min-width: 1366px) and (max-width: 1623px) {
.vdlinkew {
width: 100%;
margin-top: -88px;
min-height: 222px;
}
@media only screen and (min-width: 1624px) and (max-width: 1920px) {
.vdlinkew {
width: 100%;
margin-top: -88px;
min-height: 222px;} }
This is the current live site CSS:
home-page-service-list-box{}
.home-page-arrow {
font-size: 15px;
color: white;
transform: rotate(40deg);
display: inline-block;
vertical-align: top;
margin-top: 10px;
margin-right: 5px;
}
.home-page-arrow:hover,.services:hover{color:#ffb845 !important;}
.home-page-service-list-box h2 span:hover .home-page-arrow{color:#ffb845 !important;}
.help-icons{
width: 35px;
height: 35px;
margin-top: -7px;
margin-right: 5px;
}
body .x-navbar .desktop .x-nav > li > a {
display: flex;
align-items: flex-end;
padding-bottom: 5px;
}
footer.x-colophon.bottom {
background: transparent;
}
h6 {
margin: 0;
text-transform: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
.vdlinkew {
width: 100%;
margin-top: -88px;
min-height: 222px;
}
@media only screen and (min-width: 1366px) and (max-width: 1623px) {
.vdlinkew {
width: 100%;
margin-top: -88px;
min-height: 222px;
}
@media only screen and (min-width: 1624px) and (max-width: 1920px) {
.vdlinkew {
width: 100%;
margin-top: -88px;
min-height: 222px;} }