Author name and date

Posted in: Newspaper
Post count: 23

How could I show the author name and date on the images on the right in the Big Grid 3?

Thank you!

Big grid 3

Post count: 23312

Hello chewak,

If you want to move to the right the author name and date, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_big_grid_3 .td-module-meta-info{
text-align: right;
margin-right: 20px;
}

The result you should see here -> http://screencast.com/t/SjfMFY5Yfx

Thanks.

Post count: 23

Hello Catalin,

Sorry, I think I didn’t explain it well… The problem is on the three pictures that don’t have the author name and date. I want to show the author name and date in the pictures like in the big one of the Big Grid 3

Best Regards

Post count: 23312

Hello chewak,

Sorry for my bad understanding. If you want to add the author name and the date for others grids, you have to do some additional customizations through code in module mx6 and module mx11, like this -> http://screencast.com/t/CpptZVXCOlf and then here -> http://screencast.com/t/mLzwn2PrKXA8 and the result you should see here -> http://screencast.com/t/CDROzWBFHN

Hope this helps!

Thank you for the message!

Post count: 23

And how can i get there? I mean into the code to make the customizations…

Thank you so much Catalin

Post count: 23312

Hello chewak,

Please check the screenshots because there I pointed out the path for these files. You have to check your theme folder, like this -> http://screencast.com/t/F33QTqsrL9M

Hope this helps!

Thanks.

Post count: 23

It’s done!!

I didn’t knew the folder where in cPanel haha

Thank you Catalin!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.