Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • Thread Starter meredithcoe

    (@meredithcoe)

    Thanks.

    So where would I even place the

    P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em
    }
    in CSS editor?

    Forum: Fixing WordPress
    In reply to: Navigation Bar
    Thread Starter meredithcoe

    (@meredithcoe)

    ooops the code in my stylesheet is:

    .navigation-main ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    Forum: Fixing WordPress
    In reply to: Navigation Bar
    Thread Starter meredithcoe

    (@meredithcoe)

    Thank you for taking the time time help and I do not want to be a burden…I’m just not sure where to copy paste information:

    In firebug it looks like this:

    element.style {
        padding-left: 770px;
    }
    .navigation-wrapper .menu:before, .navigation-wrapper .menu:after {
        content: " ";
        display: table;
    }
    .navigation-wrapper .menu:before, .navigation-wrapper .menu:after {
        content: " ";
        display: table;
    }
    *, *:before, *:after {
        box-sizing: border-box;
    }
    .navigation-wrapper .menu:after {
        clear: both;
    }
    .navigation-wrapper .menu:before, .navigation-wrapper .menu:after {
        content: " ";
        display: table;
    }
    .navigation-wrapper .menu:after {
        clear: both;
    }
    .navigation-wrapper .menu:before, .navigation-wrapper .menu:after {
        content: " ";
        display: table;
    }

    And on my stylesheet it looks like this:

    .navigation-main {
        clear: both;
        display: block;
        float: left;
        width: 100%;
    }
    .navigation-main ul {
        list-style: none;
        margin: 0;
        padding-left: 150;
    }
    .navigation-main li {
        float: left;
        position: relative;
    }
    .navigation-main a {
        display: block;
        text-decoration: none;
    }
    .navigation-main ul ul {
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
        display: none;
        float: left;
        position: absolute;
            top: 1.5em;
            left: 0;
        z-index: 99999;
    }
    .navigation-main ul ul ul {
        left: 100%;
        top: 0;
    }
    .navigation-main ul ul a {
        width: 200px;
    }
    .navigation-main ul ul li {
    }
    .navigation-main li:hover > a {
    }
    .navigation-main ul ul :hover > a {
    }
    .navigation-main ul ul a:hover {
    }
    .navigation-main ul li:hover > ul {
        display: block;
    }
    .navigation-main li.current_page_item a,
    .navigation-main li.current-menu-item a {
    }
    
    /* Small menu */
    .menu-toggle {
        display: none;
        cursor: pointer;
    }
    
    @media screen and (max-width: 600px) {
        .menu-toggle,
        .navigation-main.toggled-on .nav-menu {
            display: block;
        }
    
        .navigation-main ul {
            display: none;
        }
    }
    
    @media screen and (max-width: 600px) {
    	.menu-toggle,
    	.navigation-main.toggled-on .nav-menu {
    		display: block;
    	}
    
    	.navigation-main ul {
    		display: none;
    	}
    }
    Forum: Fixing WordPress
    In reply to: Navigation Bar
    Thread Starter meredithcoe

    (@meredithcoe)

    Got it. I’ll try it out now.

    Forum: Fixing WordPress
    In reply to: Navigation Bar
    Thread Starter meredithcoe

    (@meredithcoe)

    I’ve tried simply copy and paste, but that doesn’t do the trick.

    Forum: Fixing WordPress
    In reply to: Navigation Bar
    Thread Starter meredithcoe

    (@meredithcoe)

    I’ve played around in firebug… but I don’t know how to transfer that info over to wordpress.. I have it how I want it in a browser, but I’m clueless at to how to translate that over.

    Forum: Fixing WordPress
    In reply to: Navigation Bar
    Thread Starter meredithcoe

    (@meredithcoe)

    Yes. I have one.

    Forum: Fixing WordPress
    In reply to: Navigation Bar
    Thread Starter meredithcoe

    (@meredithcoe)

    Help…. anyone?

    Forum: Fixing WordPress
    In reply to: Navigation Bar
    Thread Starter meredithcoe

    (@meredithcoe)

    Here’s what it looks like so far:

    .navigation-main {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    }
    .navigation-main ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    }
    .navigation-main li {
    float: left;
    position: relative;
    }
    .navigation-main a {
    display: block;
    text-decoration: none;
    }
    .navigation-main ul ul {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    position: absolute;
    top: 1.5em;
    left: 0;
    z-index: 99999;
    }
    .navigation-main ul ul ul {
    left: 100%;
    top: 0;
    }
    .navigation-main ul ul a {
    width: 200px;
    }
    .navigation-main ul ul li {
    }
    .navigation-main li:hover > a {
    }
    .navigation-main ul ul :hover > a {
    }
    .navigation-main ul ul a:hover {
    }
    .navigation-main ul li:hover > ul {
    display: block;
    }
    .navigation-main li.current_page_item a,
    .navigation-main li.current-menu-item a {
    }

    Thread Starter meredithcoe

    (@meredithcoe)

    Thanks so much bannorb!

    Thread Starter meredithcoe

    (@meredithcoe)

    Answer: Rebuild Images

    Thread Starter meredithcoe

    (@meredithcoe)

    I am comfortable working in CSS if there is a workaround.

    Thread Starter meredithcoe

    (@meredithcoe)

    I’m going to start a new topic on how to hide the gallery slider under the big photos. Thank you again for all the help Andrew!

    Thread Starter meredithcoe

    (@meredithcoe)

    Boom. Done!

    THANK YOU SO MUCH. Very helpful.
    To center the menu bar is it the same principle?

    Thread Starter meredithcoe

    (@meredithcoe)

    Appearance – Edit CSS (my guess is through Jetpack)

    Got it… so change “font size from 50% to 100%?

Viewing 15 replies - 1 through 15 (of 29 total)