JONvdHeyden
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Catalogue] image scale and cropHi Maeve
TREMENDOUS thanks for looking into this!
Screenshot here: https://slitheringfynbos.com/wp-content/uploads/2013/10/WPC-Settings.jpg
I left the images sizes the same, but I chose “Scale to Fit”, although the behaviour is the same even with “Scale and Crop”.
Also the pictures were all sized to Gallery Image size before I uploaded them. I also thought this may help.
I wonder if my theme is the culprit (Parabola)?
Equally, if it’s an easier work around, I don’t mind linking my store menu directly to the first product and then disable “All Products”.
Forum: Themes and Templates
In reply to: Increase space between menu items (Twenty Eleven)Thank you so much ??
Forum: Themes and Templates
In reply to: Increase space between menu items (Twenty Eleven)Thanks for your reply. I have firebug, I downloaded it after seeing it is very much recommended here. ??
Is it not some styling in #access, or #access div that is needed here? I am brand new to css so please excuse the ignorance.
Site https://theexcelcrowd.org/ applies.
My ultimate goal with the menu is to increase the gaps but also have the background outside of the border transparent so that the items appear to overlay #branding.
I appreciate any help offered.
Thanks
JonForum: Themes and Templates
In reply to: Custom header image size with full width pageHello All
With help of this forum I puzzled out that the resolution involved:
Changing the page max width to none:
#page { margin: 0 0; /* from 2em auto */ max-width: none; /* from 1000px */ }
Changing header image properties:
#branding img { height: auto; /* from auto */ margin-bottom: -7px; width: auto; /* from 100% */ }
Changing the header background color:
/* Change the header background colour */ #branding { background: #3e87ad }
And with a few other tweaks the site is coming along nicely.
Thanks to all the regular forum contributors here. ??
Jon