Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: woo commerce / twenty fourteen css helpah…ok..I understand the problem…
I was looking at this page:
http://made2order.net/test/product/10-easy-tunes-for-trumpet-piano-by-colin-cowles/
But the one in your screenshot is different..
http://made2order.net/screenshot.png
Could you post a link to the page in the screenshot.
Forum: Themes and Templates
In reply to: woo commerce / twenty fourteen css helpOk, I’ll take another look…
Did you remove that code…I’m still not seeing the image.
Forum: Themes and Templates
In reply to: Changing Code in Fifteen Plus ThemeOk, I’m not sure I really understand what your trying to achieve.
I’m not getting one letter per line at mobile size:
Perhaps try reformatting your html in the post editor with div classes so you can control each element more precisely?
Forum: Themes and Templates
In reply to: woo commerce / twenty fourteen css helpOh right, I see what you mean…
perhaps this:
.postid-78.twentyfourteen .tfwc { max-width: 1920px; } .postid-78 .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { float: left; width: 100%; }Forum: Themes and Templates
In reply to: Changing Code in Fifteen Plus ThemeI’m certain I understand what you mean but perhaps this will do the trick:
.entry-content > p { margin-left: 9%; max-width: 82%; } .entry-content > ul { margin-left: 10%; max-width: 82%; }Failing that you could use media queries to target different screen sizes.
I hope that helps 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: woo commerce / twenty fourteen css helpHi again!
Try this to remove the white space:
.page-id-99 .content-area, .content-sidebar { padding-top: 12px; }You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
Not sure if I understand what you mean about the other page, content seems to fill the page for me:
Cheers,
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Openstrap] Changing Font Size in Main Navigation MenuHi there!
1. How to Change the Menu Font to Be Smaller:
.menu-item { font-size: ??px; }NB: It’s currently 14px
2. How to Change the Line Spacing of the Menu
Not sure if I properly understand what you want….maybe like this:
If so, try:
input[type="search"] { height: 25px; } .navbar-nav > li > a { padding-bottom: 8px; padding-top: 8px; } .navbar { min-height: 38px; }You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
I hope that helps 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: (Theme:Responsive) Issue with site Header Logo resizingHi there!
Try this snippet of code:
#logo { max-width: 100%; }You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Sugar and Spice] Sugar and Spice about author imageHi there!
You can find the URL to an image you have uploaded to your Media Library by going to:
1. Media -> Library
2. Clicking on the image you want to find the URL of.
3. Copy the link on the right hand side where it says ‘URL’.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Storefront] Boutique Q: Logo sizingHi there!
Can you post a link to your site and we can take a look for you.
Cheers,
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Twenty fouteen. – CSS HelpYour welcome. I’m glad you got it sorted 🙂
Forum: Themes and Templates
In reply to: Twenty fouteen. – CSS HelpTry this:
#displayProduct thead { display: none; }Forum: Themes and Templates
In reply to: Twenty fouteen. – CSS HelpHi there!
To reduce the width of the sidebar use this and adjust as desired:
#secondary { width: 122px; }I think this should work for you to get rid of the red border:
#displayProduct { border: none; }You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Problem creating child themeYeah, it can be confusing when you switch themes and everything’s moved around.
I find it’s always best to create a child-theme before you do anything to a site to avoid getting frustrated 🙂
I’m glad it’s working for you now.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Problem creating child themeThat looks like there is something in the ‘Footer Widget Area’ ?
If so, remove it and that should sort out the bottom of the site.
Other than that I’m afraid I’m out of ideas. It’s too difficult to tell what is going on without looking.