• [ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]

    Hello , i am making use of wp default gallery.And now the gallery is inserted in post content box,like this:
    Post Gallery

    Is any way or add on to move the default gallery to different box?

Viewing 1 replies (of 1 total)
  • It depends on your theme’s layout and how well you know HTML & CSS.
    Normally one would create a new div and insert the gallery into the div.
    like this:

    
    <div class="gallery-box"
    [gallery shortcode]
    </div>
    

    Of course this would have to be done in text mode in the editor.

    Then you can set the width, alignment, background and any other property with css.

Viewing 1 replies (of 1 total)

The topic ‘Change wp gallery box.’ is closed to new replies.