Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2018-11-25 00:36:51

eckart-bartnik
Member
Registered: 2013-06-14
Posts: 56

Album set image position

I would like to align the images representing my Albums to the left in the Album set view. But I can not find a solution. I tried with css, but am not quite sure which element I should address.

AlbumSet_images position

Thanks for your help!
Regards
Eckart

Offline

#2 2018-11-25 00:40:15

eckart-bartnik
Member
Registered: 2013-06-14
Posts: 56

Re: Album set image position

FluxBB bbcode test

Offline

#3 2018-11-25 01:27:06

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Album set image position

it would be easier if we could see the page. Can you provide a link?

But off the top of my head, this looks like a descriptive album set. Try using more columns. Set Gutters to 0.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#4 2018-11-25 01:44:08

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: Album set image position

I'm looking at this page: https://eckart-bartnik.de/galleries/extracts/

The custom css you use is not correct

div#albums {
{ <--------
    position: left;
    left: 30px;
    border: 3px solid #73AD21;
} 

You have two opening brackets. That's why your CSS is not working.

To only address this page and not affect all other albums, I would use

.slug-extracts .albums {
    margin-left: 20px;
}

Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#5 2018-11-25 15:14:40

eckart-bartnik
Member
Registered: 2013-06-14
Posts: 56

Re: Album set image position

Thanks Rod and Daniel. Your hints helped me to find the right solution:

div#albums {
    margin: 0px;
}

is working and the Album figures in the Album set are aligned left.
Thanks!
Eckart

Offline

Board footer

Powered by FluxBB