Viewing 15 replies - 16 through 30 (of 38 total)
  • Thread Starter Thedishmaster

    (@thedishmaster)

    You’re right! That looks so much better!!!! You’re amazing! Can I ask one more question if it’s not too much trouble? Do you know how to center and increase the size of my header where it says “The Dishmaster” with the slogan “entertainment news with a side of dish” underneath? I’m the worst! hahaha

    Go to the /* HEADER ELEMENTS section and addfont-size to it.
    I.E.

    #header h1 a {
           color: #7e4c10;
           color: #fff;
           font-size: 25px;
    }

    Just experiment till you find what you want.

    Thread Starter Thedishmaster

    (@thedishmaster)

    and what do I add if I wanted it centered instead of flush left?

    Replace

    #header span.description {
           position: relative;
           margin-left: 5px;
           color: #7e4c10;
    }

    with

    #header span.description {
           position: relative;
           margin-left: 5px;
           color: #7e4c10;
           text-align: center;
           display: block;
    }

    Thread Starter Thedishmaster

    (@thedishmaster)

    For some reason that just moved my tabs up over the header instead of moving the header.

    Add this then

    #header ul {
           position: absolute;
           left: 0;
           top: 93px;
           bottom: 1px;
           font: 13px Georgia, "Times New Roman", Times, serif;
           list-style: none;
           margin-top: -6px;
           padding: 0;
           text-transform: none;
    }
    Thread Starter Thedishmaster

    (@thedishmaster)

    Just did that! It looks great! Is there a way to stretch out the tagline so the letters aren’t so shoved together? or am I being super annoying now?

    This

    #header span.description {
        color: #7E4C10;
        font-size: 20px;
        font-style: italic;
        margin-left: 5px;
        padding-top: 6px;
        position: absolute;
    }

    Thread Starter Thedishmaster

    (@thedishmaster)

    THAT LOOKS GREAT! IT’S NOT SO PRESSED UP AGAINST THE HEADER ANYMORE. THANKS SOOOOOOOO MUCH!!!!!!!!!

    OKAY THIS IS MY LAST QUESTION — I PROMISE!!

    HOW DO I REMOVE THAT “continue reading” link under each post on my blog?

    So sorry to be annoying with these questions but you guys have solved all my issues and I can’t resist one more!

    I’m not sure what you want. Do you want the full text to show on the homepage? I don’t know how you set the “More” tag. It seems this is the wording used for your theme. You need some “more” or continue reading” text to let people know there is more to the story.

    Thread Starter Thedishmaster

    (@thedishmaster)

    I want the full text of the individual post to show, instead of cutting the post in half with “continue reading” link. My site is at https://www.thedishmaster.com btw.

    Well it’s probably a setting in your theme options to have excerpts on the home page….. or someone is adding a “more” tag when they write the post.

    Thread Starter Thedishmaster

    (@thedishmaster)

    My site is not working in explorer now, the content is completely messed up

    Thread Starter Thedishmaster

    (@thedishmaster)

    I never noticed before, but when I switched to my new theme, the posts don’t correctly display in internet explorer. Does anyone know what I can do?

    https://www.TheDishmaster.com

    Thread Starter Thedishmaster

    (@thedishmaster)

    It looks like my posts are wrapping around each other in explorer. Any ideas/?

Viewing 15 replies - 16 through 30 (of 38 total)
  • The topic ‘Cannot remove borders around images’ is closed to new replies.