edin theme
-
I’m trying to find a css to centered “site identity”, site title, and the footer one, footer two and footer three.
how can I do this?fabiscrapbook.com
theme: edinThe blog I need help with is: (visible only to logged in users)
-
Hi there, the footer widgets are actually centered and each occupies 1/3 of the total width. On the follow button widget, the alignment within that widget is controlled by the Jetpack software, and we cannot override that and center the button.
On the site identitiy, due to the way the menu is done, we can center your logo, but visually things will appear off some since the menu icon and text will be at upper left. Add the following to the bottom of your custom CSS.
.site-branding { max-width: 100% !important; width: 100%; margin-left: auto; } .header-navigation { position: absolute; right: 0; }
- The topic ‘edin theme’ is closed to new replies.