Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter marcfrancoeur

    (@marcfrancoeur)

    So 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; }

    Thread Starter marcfrancoeur

    (@marcfrancoeur)

    JAN!!!! 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

    Thread Starter marcfrancoeur

    (@marcfrancoeur)

    THANKS 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;
    }

    Thread Starter marcfrancoeur

    (@marcfrancoeur)

    Jan,

    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

    Thread Starter marcfrancoeur

    (@marcfrancoeur)

    Hi 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 🙂

Viewing 5 replies - 1 through 5 (of 5 total)