raindance

Member

Forum Replies Created

  • In reply to: How to get rid of extra space?

    #17412

    Ok shall do…any ideas for the one at the top? I tried what you said earlier but hated that extra line…and there was just too much space. Must be the same idea to do here to tighten up the space at the top and get rid of that extra new grey space?

    In reply to: How to get rid of extra space?

    #17409

    Also I see now that I did the wrong thing when you suggested it before…sorry! I changed padding not margin-top, duh. I am lame with CSS and instructions 🙂

    Thanks for that fix!

    In reply to: How to get rid of extra space?

    #17408

    HEY! That worked for the bottom!! Thanks!

    Ok…now what about the top 🙂

    http://juicytravels.com/best-air-travel-sites/cool-flight-tracker-sites/

    @charset "UTF-8";
    /* CSS Document */

    /*
    Theme Name: Graphene Child
    Theme URI: http://juicytravels.com/
    Description: Child theme for the Graphene theme
    Author: Laura van Hoff
    Author URI: http://lauravanhoff.com/
    Template: graphene
    Version: 1.0
    */
    @import url("../graphene/style.css");
    table td,
    table th,
    table tr {
    border: none;
    background: none;
    }
    #footer {
    background: #111;
    margin-top:-7px;
    }
    .post-179 .entry-content img{
    border:0px;
    margin:5px;
    }
    #content {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    #header-menu > li {
    font: normal 11px arial;
    margin: 0 2px;
    }
    .sidebar h3 {
    background: url(images/bg-sidebar-h3.png) left bottom repeat-x #3C9CD2;
    background: -moz-linear-gradient(#3C9CD2, #1F6EB6);
    background: -webkit-linear-gradient(#3C9CD2, #1F6EB6);
    background: linear-gradient(#3C9CD2, #1F6EB6);
    border-bottom: 1px solid #195392;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    *display: inline;
    font: bold 16px/20px arial;
    }
    #my-post-nav {
    clear: both;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    text-align:center;
    }
    .entry-footer {
    display: none
    }
    #previous, #next-post {display: none;}
    blockquote {
    background: url(images/sprite_master.png) left -475px no-repeat #dff0f7;
    border: 1px dotted #e3e3e3;
    clear: both;
    margin: 10px 0 10px 20px;
    padding: 8px 18px 5px 32px;
    }
    .entry-content ul {
    list-style-position: outside;
    margin: 10px 0 10px 25px;
    }
    .subtitle {
    font-size: 14px;
    font-weight:bold;
    color: #333;
    margin-bottom:25px;
    }
    a.subheadinglinks {
    font-family: Arial, Helvetica, sans-serif;
    color: #1772af;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }
    a.subheadinglinks:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #074d7c;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }
    .entry-content img,
    .child-page img {
    /* This centers the image */
    display: block;
    margin-left: auto;
    margin-right: auto;

    /* This adds the border */
    padding:8px;
    border:solid;
    border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
    border-width: 1px 2px 2px 1px;
    background-color:white;
    }

    In reply to: How to get rid of extra space?

    #17406

    That extra space with the grey at top and bottom is driving me nuts…

    Anyone any ideas???

    Don’t know why it worked for Josh and not for me…

    here is the entirety of my child css:

    @charset "UTF-8";
    /* CSS Document */

    /*
    Theme Name: Graphene Child
    Theme URI: http://juicytravels.com/
    Description: Child theme for the Graphene theme
    Author: Laura van Hoff
    Author URI: http://lauravanhoff.com/
    Template: graphene
    Version: 1.0
    */
    @import url("../graphene/style.css");
    table td,
    table th,
    table tr {
    border: none;
    background: none;
    }
    #footer {
    background: #111;
    padding-top: 20px;
    }
    .post-179 .entry-content img{
    border:0px;
    margin:5px;
    }
    #content {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    #header-menu > li {
    font: normal 11px arial;
    margin: 0 2px;
    }
    .sidebar h3 {
    background: url(images/bg-sidebar-h3.png) left bottom repeat-x #3C9CD2;
    background: -moz-linear-gradient(#3C9CD2, #1F6EB6);
    background: -webkit-linear-gradient(#3C9CD2, #1F6EB6);
    background: linear-gradient(#3C9CD2, #1F6EB6);
    border-bottom: 1px solid #195392;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    *display: inline;
    font: bold 16px/20px arial;
    }
    #my-post-nav {
    clear: both;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    text-align:center;
    }
    .entry-footer {
    display: none
    }
    #previous, #next-post {display: none;}
    blockquote {
    background: url(images/sprite_master.png) left -475px no-repeat #dff0f7;
    border: 1px dotted #e3e3e3;
    clear: both;
    margin: 10px 0 10px 20px;
    padding: 8px 18px 5px 32px;
    }
    .entry-content ul {
    list-style-position: outside;
    margin: 10px 0 10px 25px;
    }
    .subtitle {
    font-size: 14px;
    font-weight:bold;
    color: #333;
    margin-bottom:25px;
    }
    a.subheadinglinks {
    font-family: Arial, Helvetica, sans-serif;
    color: #1772af;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }
    a.subheadinglinks:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #074d7c;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }
    .entry-content img,
    .child-page img {
    /* This centers the image */
    display: block;
    margin-left: auto;
    margin-right: auto;

    /* This adds the border */
    padding:8px;
    border:solid;
    border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
    border-width: 1px 2px 2px 1px;
    background-color:white;
    }

    In reply to: How to get rid of extra space?

    #17405

    ohhhh….ha 🙂

    I just did it with backticks too 🙂

    In reply to: How to get rid of extra space?

    #17403

    I don’t mean to be dumb but I’m still not following what your question is?

    I made that style in my css so I could manipulate text/apply styles directly in the visual editor on WP rather than hand/hard code it into the html part. Make sense?

    In reply to: How to get rid of extra space?

    #17401

    josh401-

    Help me understand what you mean exactly by:

    [blockquote] How do you add the areas where you post your code? I like it because I can highlight it with my mouse and copy and paste. Is that a program? [/blockquote]

    In reply to: How to get rid of extra space?

    #17400

    That’s really sweet, thanks.

    Yeah I must say Ken (prevalent and helpful here, thanks Ken) insisted I learn child themes and I’m so glad I did. It’s worth it. I tested it out on this last update and didn’t lose anything 🙂

    Check out these references sent to me:

    http://wiki.khairul-syahir.com/graphene-theme/wiki/Customisation_using_a_child_theme#Child_theme_files_structure

    And here is what Ken sent to learn about child themes if you’re going to dig into that. Not that hard once you get your brain around it.

    https://forum.graphene-theme.com/graphene-support/how-to-know-page-id-to-show-specific-pages-in-home-page-slider

    In reply to: How to get rid of extra space?

    #17397

    Really?? Weird. So maybe whatever I installed is creating a conflict…or I changed something in my child theme css which is the issue. I’ve been making tons of changes today. I don’t know which one did it…I was trying out about 30 plugins! Ugh. Hmmm. I’m not sure which one I had installed or which css changes I made just before that happened. I’ll try to track back but…I don’t think I’ll know.

    Thanks for trying it…I appreciate it.

    In reply to: How to get rid of extra space?

    #17395

    Yeah I’d played with that one and just did again…no impact.

    Darn…don’t know what I did. It looked fine before.

    Any other ideas?

    Anyone?

Viewing 10 posts - 191 through 200 (of 312 total)