• Hello everyone,

    I am having issues with moving my widgets next to the slideshow. I have the slideshow on my homepage (in the css file ‘header’, as my homepage is not an actual ‘post’). When I decrease the size of the slideshow, I am expecting the widgets to ‘fit in’ but they don’t. They simply stay near the recent posts.

    It could easily be that I put the slideshow in the wrong css file but I simply can’t find where I should put it. This is the code I use:

    <?php if( is_front_page() ) : ?>
    <br/>
    <?php do_action('slideshow_deploy', '3685'); ?>
    <?php endif;?>
    <br/>

    This is my website: http://www.wolfineer.com/
    I am using the theme Nirvana.
    The size is currently too large but this is just because I couldn’t figure out how to fit the widgets properly so I am keeping it like this until I can find a fix.

    If anyone could help me out, it would be much appreciated.

    https://wordpress.org/plugins/slideshow-jquery-image-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, try to reduce your slideshow width by 50% just for testing purposes. Currently it is set to width: 1329px;. See if that helps.

    Thread Starter Wolfineer

    (@wolfineer)

    That (sadly) does not work. I have the code placed in the ‘header.php’ so it is an extension of my header. I have to place it somewhere els but I haven’t found anything els available or any additional code I could use to fix it.

    Thanks for your help atleast.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Let Widgets go around the slideshow (Homepage)’ is closed to new replies.