Hello carovienna,
Can you please help me with this sidebar thing?
I replaced
<body <?php body_class(‘lt-480’ . (is_single() && is_active_sidebar(‘sidebar-single’) ? ‘ has-single-sidebar’ : ”)); ?>>
with this
<body <?php body_class(‘lt-480’); ?>>
in header.php, but nothing changed…
Do I need to do something along/before/after that? I’m a newbie, sorry if I’m asking about something the kids already know! ??
Thanks!