I get a fatal error when trying to activate this plugin:
Parse error: syntax error, unexpected ‘[‘ in /hermes/walnaweb04a/b2638/moo.davidpowercomau/portal/wp-content/plugins/lifterlms/includes/abstracts/llms.abstract.database.store.php on line 108
Hi
I want to add a top margin or padding to my single product pages and bring it beneath my site header (without affecting my header). I added the custom CSS below and it moved my whole page down including the header. How do I bring the product content plus image down but leave my header intact at the top? Thank you.
.single-product #main {
margin-top:60px;
}