• Resolved sttomas

    (@sttomas)


    Hi

    Is there a way to set albums horizontally instead of vertically? I’ve a few albums to upload and this don’t want it to take up too much space

    I will admit I may have missed the option but really can’t see it!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @sttomas

    Yes, you can easily do so as you add the album shortcodes using the page builder you are using or by using a bit of simple CSS code to style it up.

    For example, in the page you’ve shared (https://tomasstanger.com/images/), you can add the following CSS code which will assist with that:

    @media only screen and (min-width : 480px) {
    
        div#foogallery-album-180 {
        position: relative;
        top: -224px;
        left: 200px;
    }
    
        }

    Hope this helps.

    Kind regards,
    Elvis.

    Thread Starter sttomas

    (@sttomas)

    Huzzah! Works a charm

    Thanks Elvis!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Album orientation’ is closed to new replies.