Masonry tiles title align from top
Hey there!
Is there a way to align masonry tiles titles from the top starting with date?https://cersjurkans.lv/publikacijas/
Tried a lot of things in css and nothing helps.
P.S. Another question- is there a way to make a link to the authors exact tab?
Thanks as always for the great support you guys doing!
Comments
Hello,
Sorry, but unfortunately it will be hard to change the display of these tiles because it is hardcoded in Betheme, and you would have to modify the Theme files.
Also, can you explain me greater what you want to with links to the authors, please?
Thanks
Isn't really possbile to do with css? :((
About the links I would need a link wich leads to exact author tab, when user clicks the link it opens only the author posts in the tab...
P.S managed to align text with simple css
.post-desc-wrapper {
background-color: #F1F1F1;
background-repeat: no-repeat;
height:190px;
}
Changed from masonry to grid style blog though.
The link to author tab problem is still actual! Please advice if it is possible to link make a link to the exact author tab.
With "Grid" style it's possible, indeed - masonry layout is made to make the items have different sizes, so this CSS and any other would not work that great - for that you would have to modify the way how it works, but it's great to hear that you solved it out! ?
About the author link, we do not have any option to attach that, css won't be a solution, because it's only for styling things, so you would have to edit the theme files code to achieve that.
But, it sounds like a great idea to provide that option available to turn on in theme options, can you post it in this topic?
thanks