Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.

    Masonry alignment
    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.
    #800364

    Hey CM Architects,

    Credentials did not work. Could you please update the credentials.

    Best regards,
    Victoria

    #801124

    Try this one. Sorry¡

    #801382

    Hi,

    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,
    Sarah

    #802591

    Yes! thats great, thnks, u are the best

    #802844

    Hi,

    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,
    Rikard

    #804635

    I 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)

    #804903

    Hi,

    Could you point out what you would like to change in a screenshot maybe?

    Best regards,
    Rikard

    #805129

    Ok so this is in the main page http://imgur.com/c7LgJuR
    This one is in the portfolios http://imgur.com/XH6ukCi

    So to get into the web there is an image broken, you hve to click in the icon on the center of the screen.

    #806693

    Hi,

    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,
    Ismael

    #807582

    http://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.
    #807882

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.