Illustratr theme
-
Hi! Could you please provide me CSS code for Illustratr theme:
1. to keep the footer always visible;
2. to reduce margin from the top from 80 px to 5 px?Thank you for your help!
The blog I need help with is: (visible only to logged in users)
-
Hello!
I’ve created a custom CSS for you :-)
Go to “My Sites > Themes > Customize > CSS” and add the following lines:
/** * Change header space */ .site-header { padding: 5px 0 80px; } /** * Make footer widgets visible */ #secondary .widgets-wrapper { display: block; } #secondary .widgets-area .widget { opacity: 1; } -
- The topic ‘Illustratr theme’ is closed to new replies.