Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #443796

    hi guys
    On the page below, on the sidebar, I have styled it to have the excerpt under the title, have changed the size of the images & regenerated my thumbnails (widgets?). I am having trouble with the spacing of the entries under “COLOMBIA” fx where there is a larger space when the title line is over one line width, and a too tight space when it’s not. see here: http://imgur.com/uvms2Is.
    can you help me with this?
    thanks
    Nancy

    #444151

    Hi Munford!

    I posted a screenshot of your site in a previous thread and it seems to have been taken over by someone other than yourself, please get back to us when you get your site restored to its previous state.

    Cheers!
    Rikard

    #444158

    HI Rikard,
    I mistakenly redirected my clients’ old (hacked) site to my new domain. It is back up now! I appreciate you taking a look.
    thanks
    Nancy

    #444449

    Hi Nancy!

    Please add following code to Quick CSS

    #top .news-wrap li {
      padding-bottom: 20px;
    }

    If that does not help, please post a screenshot and show the changes you would like to make.

    Best regards,
    Yigit

    #445426
    This reply has been marked as private.
    #446119

    Hi!

    Nancy can you please post a screenshot and show it? I cannot see anything wrong on the sidebar :/

    Regards,
    Yigit

    #446122
    #446663

    Hi!

    Please add following code to Quick CSS

    .news-headline {
      letter-spacing: -0.06em;
    }

    Best regards,
    Yigit

    #446992

    I think I need to target the news-excerpt and not the new-headline, as it’s the excerpt that has
    p {
    margin: 0.85em 0;
    }

    that is affecting the spacing between the items when the titles flow to 2 lines.
    see here: http://imgur.com/wZYZ22U

    I tried this:
    .news-excerpt p {
    bottom margin: 0em;
    }
    but did not work. Any other ideas?
    thanks for your help as always,
    Nancy

    #447100

    Hi!

    Please use the code as following

    .news-excerpt p {
      margin-bottom: 0;
    }

    Best regards,
    Yigit

    #447117

    thanks but there is still this
    p {
    margin: 0.85em 0;
    }

    which is global, right?

    #447129

    Hey!

    Yes it is. If you would like to set all margins to 0 and not only bottom, please use the code as following

    .news-excerpt p {
      margin: 0 !important;
    }

    Regards,
    Yigit

    #447255

    Thanks for your help – I finally figured this out.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘portfolio widget styling’ is closed to new replies.