I’m trying to follow this thread to move the phone number down from the extra elements and make the extra elements disappear on desktop. https://kriesi.at/support/topic/move-header-extra-info-social-icons-into-main-header-area/
I tried inserting that code in the thread but it doesn’t work.
Basically I want to move the phone number down so it site above the social icons and make the extra elements disappear. On mobile thought I would like things to looks normal.
How would I achieve this?
Hey mcraig77,
You can manage this position using this custom code:
.phone-info span {
position: relative;
top: 42px;
right: 65px;
}
Best regards,
John Torvik