Hey,
Could you please provide your site URL so that we can inspect and give you the required solution?
Good Day,
Best Regards.
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.
???
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.
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.
Yes it’s perfect.
Thank you.
W