remove sidebar in canard
-
I would like to remove the sidebar from the canard theme using the css function. I currently have a premium account.
The blog I need help with is: (visible only to logged in users)
-
Howdy,
I would like to remove the sidebar from the canard theme using the css function. I currently have a premium account.
Please add the following custom CSS via “My Sites → Customize → CSS”:
/* Remove sidebar on Canard theme */ #main { width: 100%; border: none; } #secondary { display: none; }
- The topic ‘remove sidebar in canard’ is closed to new replies.