Community Forums › Forums › General Discussion › Modern Portfolio
Tagged: modern portfolio
This topic contains 8 replies, has 4 voices, and was last updated by scottwyden 3 months, 2 weeks ago.
-
AuthorPosts
-
February 26, 2013 at 11:28 pm #23044
I have three questions about the Modern Portfolio theme.
1. Why does the first link in the custom menu always load above the others, then correct itself when a link is chosen?
2. Why are my featured posts for the portfolio section on the homepage in grayscale, instead of 80% opacity?
3. How do I fix my responsive section for screen size 748px for the portfolio section? The images are overlapping, even though I have regenerated thumbnails, and I didn’t touch the responsive area in the code (the demo doesn’t do this).
Site url: http://www.bloggerboutique.com/
Thank you.
February 27, 2013 at 8:24 am #23088Fixed #2 and #3.
Still working on #1.
March 1, 2013 at 4:52 pm #23589March 2, 2013 at 7:56 am #23728#1 is happening on one of my sites as well: http://www.lenssweetspot.com/
March 2, 2013 at 8:11 am #23731What browser are you using? I know this is a problem with Google Chrome. I sent in a ticket and this was the reply:
Chrome currently has a bug: http://code.google.com/p/chromium/issues/detail?id=166230. Remove the top margin from your menu ul.
Hope this helps.
Need customization services or other help? Visit me here: Cre8tiveDiva.com | Twitter: @thecre8tivediva
Why Not Take The Challenge! – Help us answer some of the unanswered postsMarch 2, 2013 at 8:14 am #23732I am using Chrome. Just checked Safari and it’s ok.
March 2, 2013 at 8:29 am #23740Okay, if you look at the Google link – this was first noted in December and it’s still not fixed yet. Hopefully they will resolve it soon. I have the same problem.
Need customization services or other help? Visit me here: Cre8tiveDiva.com | Twitter: @thecre8tivediva
Why Not Take The Challenge! – Help us answer some of the unanswered postsMarch 2, 2013 at 8:48 am #23746Just replace the margin with padding and the menu will align properly in Chrome.
March 2, 2013 at 8:52 am #23747I added padding instead of replacing margin. So now it’s
margin-top: 10px;
margin-top: 0.625rem;
padding-top: 10px;
padding-top: 0.625rem; -
AuthorPosts
You must be logged in to reply to this topic.