Center Logo Image on Custom CSS
-
I need to center the logo square in the screen. Please advise what I am doing wrong
The blog I need help with is: (visible only to logged in users)
-
Hi there,
This CSS code should do the trick:
/* Center site logo */ div.site-logo { grid-column-end: 4; }
- The topic ‘Center Logo Image on Custom CSS’ is closed to new replies.