Digital experiences for all disciplines
Forum Replies Created
-
-
Hey James, does that happen at the moment? Your site looks great, but it doesn’t look like Parallax. Could you set the issue up so we can see it?
Hi,
could you maybe contact wooCommerce support?
Let us know what they said!All the best
Hey stiffler, here you go:
article.type-post.single-post-standard, article.type-post.single-post-standard-above { padding-top: 0px; }
Let me know if that helped 🙂
Hey,
do you mean in the footer?
.recent-posts-list li .recent-post-details > span { display: none; }
Let me know if that worked!
Hey,
this custom css will fix it:
.twitter-widget .tweet-text {
word-break: break-word;
}I will recommend that to the developer as well!
Hi, I’m really sorry but that’s not a current feature of the theme!
You’d need to hire a developer to help you with that!All the best
Hi, I’m afraid I don’t see a screenshot, could you please reattach it?
You might need to reapply your custom menu after activating the child theme, but in general it really is easy!
Hey,
unfortunately you had a litte error in the css above mine, which caused all css below it to break, I fixed that for you!perfect thank you, checking now!
Please let me know your login details, I’ll take a look!
Hi,
yeah you can do that by using mobile specific css
http://pugetworks.com/blog/2011/04/css-media-queries-for-targeting-different-mobile-devices/
For example if you’re looking to add css for just the ipad portait mode put it into the following lines
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { PUT YOUR CSS HERE }
Let me know if that helped!
Let’s see if that custom css solves it
.sf-video-wrap { padding-bottom: 10px; }
All the best
Could you maybe link us to it please?
August 26, 2014 at 2:19 pm in reply to: How do you change the portfolio navigation from right to left #104174Hi,
please let us see your website so we can check your setup and give the correct css on first try!
Hi,
please add the custom css
.related-item h5 { height: 38px; }
to even that out!
-