Okay
  Public Ticket #1155206
Portfolio titles not centered
Closed

Comments

  • Rich started the conversation

    I am displaying a masonry style portfolio on my home page and an events page. On the events page, the titles are all centered on the masonry grid shapes. For some reason on my home page, the same grid displays the titles left justified on the wide blocks

    Can you help me to solve and get ALL TITLES to be centered on the Events grid?

    Home: http://unbeatablemind.com/ (scroll down)

    Events: http://unbeatablemind.com/events/ (displays correctly)

    Thanks,

    Rich

  •  9,007
    Tahir replied

    Hey Again,

    Seems like a New Bug.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .portfolio-items .col .work-info .vert-center {
        position: absolute !important;
    }

    Thanks


    ThemeNectar Support Team