https://cctvandalarms.co.nz/
I am using this code to create a sticky topbar
.x-topbar {
position: fixed;
z-index: 99999;
left: 0;
right: 0;
top: 0;
}
.x-navbar-wrap {
margin-top: 52px; /Height of the top bar. Adjust accordingly/
}
.x-topbar {
position: fixed;
z-index: 99999;
left: 0;
right: 0;
top: 0;
}
.x-navbar-wrap {
margin-top: 52px; /Height of the top bar. Adjust accordingly/
}
On mobile it appears as.

How can I
1 keep the text in the center
2 make it bigger
3 exclude the social icon (in mobiles) or have it appear inline on the right
Also why bad is this is appearing white on desktops?


