.cff-wrapper .cff-visual-header.cff-has-cover .cff-header-img {
    top: 5px;
}
.cff-header-wrap .cff-header-img img {
    max-width: 92px;
}
.cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {
    padding-top: 15px; 
}

@media only screen and (max-width: 480px) {
    #cff.cff-theme-modern .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {
        margin-top: 87px;
    }
}

.sb_instagram_header.sbi_medium .sbi_header_text h3 {
    visibility: hidden; /* Hides the original text */
    position: relative; /* Needed for positioning the pseudo-element */ 
}

.sb_instagram_header.sbi_medium .sbi_header_text h3::after {
  content: "Garðheimar á Instagram"; /* The replacement text */
  visibility: visible; /* Makes the new text visible */
  position: absolute; /* Positions the new text over the hidden original */
  top: 0;
  left: 0;
  text-wrap: nowrap;
}