kesch
asked 10 years ago

When I add a widget to the Top Sidebar the mobile view e.g. on my smartphone gets completely destroyed. For better understandig here are two screenshots. The first one is without the Top Sidebar and the second one with the Top Sidebar.
Best regards,
KeSch

1 Answers
Kido D
answered 10 years ago

Hi KeSch,
To resolve this issue, please open up the header.php file in themes/dw-minion folder, and move the code below from line 12 to bottom of the file:

  <?php if ( is_active_sidebar( 'top-sidebar' ) ) do_action( 'dw_minion_top_sidebar' ); ?>

Hope this helps!
 

kesch
replied 10 years ago

Hey Kido,

thank you for your quick reply, this solves the problem.

The Top Sidebar isn’t a real “Top” Sidebar anymore cause it’s above the content right-hand to the header, but this is acceptable. I know this all is for free and I really appreciate your help.

Thanks guys and best regards!

Powered by DW Question & Answer Pro