Site logo

Archived topic

top bar background transparent when scrolling

17 replies · Started by Sima on April 18, 2021

Viewing posts 16–18 of 18

Elvin, the phone# on the top bar shows in the center of the mobile. How can I make it show on right side of the mobile device?

Try adding this CSS:

@media(max-width:768px){
aside#nav_menu-3 {
    margin-left: auto;
}
}

thanks :)

This archived topic is closed to new replies.