• Resolved webstreet

    (@webstreet)


    I’m trying to align a tile in the center of the page. I have 10 tiles in the portfolio section. I have it setup up for 3 across. But the last tile is left justified and I want it to be center.

    EXAMPLE.
    ******************
    CURRENTLY:

    TILE | TILE | TILE
    TILE | TILE | TILE
    TILE | TILE | TILE
    TILE

    *******************
    PREFER:

    TILE | TILE | TILE
    TILE | TILE | TILE
    TILE | TILE | TILE
    ……| TILE |…..

    Please advise,
    Thank you.
    Web

    • This topic was modified 6 years, 10 months ago by webstreet.
    • This topic was modified 6 years, 10 months ago by webstreet.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey,

    Could you please provide your site URL so that we can inspect and give you the required solution?

    Good Day,
    Best Regards.

    Thread Starter webstreet

    (@webstreet)

    Thank you for looking at this:
    bomaoc.org
    Portfolio section has ten tile. The last one is left justified, I would like it to be centered under the one’s above.
    Thanks.
    W

    Hey,

    The look you provided above couldn’t be opened. It display the message relating access denied. Could you find another way for us to inspect your site?

    Thanks.

    Thread Starter webstreet

    (@webstreet)

    ???
    You asked for the url.
    Try this:
    https://bomaoc.org/
    Scroll down to “Committees”, there are ten tiles. The last one is the tile I want to center.

    Hey,

    The portfolio section has given design options and since you have asked just to alter the position of one block, the given below CSS is for that specific block, this is not the dynamic solution and will be altered if you add block in future.

    You may go to your Dashboard > Appearance > Customize > Additional CSS
    Add this:

    .tg-column-wrapper .tg-column-3.committees:last-child {
        margin: 0 auto;
        right: 0;
    }

    If you have to remove this design and add more block in future you may simply remove this CSS so, that the design will go to its default position.

    Good Day,
    Best Regards.

    Thread Starter webstreet

    (@webstreet)

    Thank you for the information. The alignment is off to the left a little. Is there anything else I can add to center under the center tile?
    Thanks.
    W

    Hey,

    You may change the above code right: 0; to
    right: -3%;.

    This must work for you. Do let us know if you have any further query regarding our theme.

    Good Day,
    Best Regards.

    Thread Starter webstreet

    (@webstreet)

    Yes it’s perfect.
    Thank you.
    W

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

The topic ‘Portfolio Section Tile’ is closed to new replies.