Tagged: portfolio widget
-
AuthorPosts
-
May 13, 2015 at 4:14 pm #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
NancyMay 14, 2015 at 9:30 am #444151Hi 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!
RikardMay 14, 2015 at 9:55 am #444158HI 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
NancyMay 14, 2015 at 5:33 pm #444449Hi 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,
YigitMay 17, 2015 at 5:52 pm #445426This reply has been marked as private.May 18, 2015 at 11:37 pm #446119Hi!
Nancy can you please post a screenshot and show it? I cannot see anything wrong on the sidebar :/
Regards,
YigitMay 18, 2015 at 11:44 pm #446122May 19, 2015 at 7:42 pm #446663Hi!
Please add following code to Quick CSS
.news-headline { letter-spacing: -0.06em; }
Best regards,
YigitMay 20, 2015 at 9:02 am #446992I 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/wZYZ22UI tried this:
.news-excerpt p {
bottom margin: 0em;
}
but did not work. Any other ideas?
thanks for your help as always,
NancyMay 20, 2015 at 2:37 pm #447100Hi!
Please use the code as following
.news-excerpt p { margin-bottom: 0; }
Best regards,
YigitMay 20, 2015 at 2:54 pm #447117thanks but there is still this
p {
margin: 0.85em 0;
}which is global, right?
May 20, 2015 at 3:02 pm #447129Hey!
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,
YigitMay 20, 2015 at 4:42 pm #447255Thanks for your help – I finally figured this out.
-
AuthorPosts
- The topic ‘portfolio widget styling’ is closed to new replies.