sidebar divider
-
Topic
-
I am trying to add a div to the right sidebar so I can add and style a vertical divider that will be responsive. I have tried this, which doesn’t work:
function themeblvd_fixed_sidebar_before_default( $side ){?> <div class="sidebardivider"> <div class="right-sidebar-divider"> <?php } function themeblvd_fixed_sidebar_after_default( $side ){?> </div> </div> <?php }
Any suggestions?
Thanks in advance,
Michell
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.