-
AuthorPosts
-
May 26, 2017 at 4:53 pm #800249
Hi, i have my masonry Gallery,on homepage, with the title Centered on the whole image. However i added the excerpt now, and it centers both things. So the ones with only title are lower than the ones with both title and excerpt. I want titles to be aligned despite of the excerpt.
Also, to change the excerpt color and font size. Ive tried with some codes i found but had no success.
In the image u can see the alignment differences.The image is not showing: http://imgur.com/6JR17ZJ
Thank you
Pd. the title of the topic should have been Color and alignment
- This topic was modified 7 years, 5 months ago by cm-arq.
May 26, 2017 at 9:04 pm #800364Hey CM Architects,
Credentials did not work. Could you please update the credentials.
Best regards,
VictoriaMay 29, 2017 at 3:50 pm #801124Try this one. Sorry¡
May 30, 2017 at 7:41 am #801382Hi,
Please try this code in Quick CSS:
/* set height for masonry content */ .av-inner-masonry-content-pos-content { height:46px; } /* masonry content colors */ figure.av-inner-masonry.main_color:hover .av-masonry-entry-title, .av-masonry-entry h3.av-masonry-entry-title.entry-title { color:gold!important; } .av-masonry-entry .av-masonry-entry-content { color:red!important; }
Best regards,
SarahJune 1, 2017 at 3:19 pm #802591Yes! thats great, thnks, u are the best
June 2, 2017 at 4:55 am #802844Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJune 6, 2017 at 6:34 pm #804635I want some help with Spacing between lines in my Text blocks (main page and portfolio).
ive tried with other replies u gave, and with “line-height: 15px;” But they wont change. How can i change them. The spacing now is too big.Thnks!
(if i have to make a topic then yes, you can close it. Thank you)
June 7, 2017 at 8:25 am #804903Hi,
Could you point out what you would like to change in a screenshot maybe?
Best regards,
RikardJune 7, 2017 at 3:45 pm #805129Ok so this is in the main page http://imgur.com/c7LgJuR
This one is in the portfolios http://imgur.com/XH6ukCiSo to get into the web there is an image broken, you hve to click in the icon on the center of the screen.
June 12, 2017 at 5:13 am #806693Hi,
Thank you for the update.
Please provide a link to the actual page/pages with the issue. And the login credentials above are not working.
Best regards,
IsmaelJune 13, 2017 at 5:34 pm #807582http://cm-arq.com/inicio/
http://cm-arq.com/portfolio-item/la-dolfina-siena-polo-ranch/ (every portfolio item)- This reply was modified 7 years, 4 months ago by cm-arq.
June 14, 2017 at 10:07 am #807882Hi,
It’s the default margin of the paragraph tags. If you want to adjust it, use the following css code.
p { margin: 0.1em 0; }
Please note that this will affect every paragraph tags in the site. If you want to adjust the margin of a specific paragraph tag, add a unique id or class attribute to it.
// https://www.w3schools.com/css/css_syntax.asp
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.