marcfrancoeur
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ascension] Making Logo BiggerSo I figured it out –
1. I right clicked on the logo and inspected it and found:
.site-header .custom-logo {
max-height: 48px; }2. I found the limiting factor that was keeping my logo so small was the max-height:
3. it was originally set to 48px – I adjusted the max height to 95px and pasted this into the additional CSS in the customizer section of my wordpress admin
.site-header .custom-logo {
max-height: 95px; }Forum: Themes and Templates
In reply to: FRUITFUL THEME footer bordersJAN!!!! Thank you thank you thank you 🙂
I was updating the wrong style sheet! Duh on my part –
Once you said fixed-style.css it dawned on me “wait I am using fixed-style.css!THANK YOU AGAIN! I really appreciate your help!
May the good karma web fairies send you good success 🙂Marc
Forum: Themes and Templates
In reply to: FRUITFUL THEME footer bordersTHANKS FOR THE INFO!
So I changed the border: 0 and nothing happened –I changed the following:
table {
font: normal 12px/150% Arial, Helvetica, sans-serif;
background: #fff;
border: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
(do I need to change any of the ones that say 2px?)tbody td {
border-bottom: 0px solid #d6d6d6;
font-size: 12px;
font-weight: normal;
}table tbody tr:last-child td:last-child {
border-right: 0px solid #d6d6d6;
}Forum: Themes and Templates
In reply to: FRUITFUL THEME footer bordersJan,
But if you know how I can get the tables to stop showing the border I would be very appreciative:
I put up a test page to show – it is the content in the middle of the page, which used to be the content in the footer – it has the grey border around the tables –http://remembrancepublishing.com/web/table-test/
The work around I created on the bottom was to do it as an image with mapping – but it would be nice to be able to use some tables without these borders!
Thanks Jan
Forum: Themes and Templates
In reply to: FRUITFUL THEME footer bordersHi Jan – I was able to fix the issue with making the foot a clickable image – sorry I didn’t update this – it actually allows me to be able to control the layout more as well! THANKS!
M 🙂