• Resolved coloradowestoutdoors

    (@coloradowestoutdoors)


    I’m trying to use Advanced WP-Columns along with the “Travelogue” theme but when I insert images into the columns the images are placed at the bottom of the page and below the Main or Left side bar so there is a huge space between the top of the page and the images. I’ve had this issue with various other plugins but never figured out why. How can I get the images to move to the top?
    Thanks in advance.
    The page in question is https://www.coloradowestoutdoors.com/things-you-see

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter coloradowestoutdoors

    (@coloradowestoutdoors)

    I’ve given up on the “Advanced WP-Columns and am trying the “Easy Columns” plugin. I can now get the initial images to align along the top of the page but if I add any other image at a later date it throws them to the bottom of the page leaving a large blank space between the two rows. Also, if I add a caption to the image it throws the alignment off and moves the images around so they are no longer in a straight line. Is there a way to prevent this? I am not knowledgeable with CSS or the other wordpress programming. My end goal is to be able to add various images at random times with descriptions.
    Thanks in advance for any help.

    Thread Starter coloradowestoutdoors

    (@coloradowestoutdoors)

    Figured it out. Added to the bottom of my style.css page.
    #gallery-1 .gallery-item {
    float:left;
    margin-top:10px;
    text-align:center;
    width:auto !important;
    }
    #content .gallery {
    display: block;
    overflow:hidden;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank space above images with Advanced WP-Columns’ is closed to new replies.