Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • antod

    (@antod)

    If you look in style.css the width is set as follows:

    #container {
    background:#FFFFFF none repeat scroll 0%;
    border:1px solid #CCCCCC;
    font-size:95%;
    margin:60px auto;
    width:80%;
    }

    This is a relative width, and so adjusts with the screen.
    Change the width here to the size of your image (e.g. 758px) and that should do it.

    Thread Starter antod

    (@antod)

    Moshu,

    It was in WP 2.1

    The change needs to be made in line 509 of classes.php

    I’ll check to see if the bug has been posted.
    EDIT: Looks like it’s fixed.

    Anto

    Thread Starter antod

    (@antod)

    Hi Richard,

    I can’t actually see that code in your CSS file. Can you try putting it in again?

    On the plus side if you select category 11, page 11 is not marked as current-page. So if you sort out the css it should be fine.

    Anto

    antod

    (@antod)

    I’m no expert but I think you need to stop the highlighting appearing when you mouseover the image.

    Your CSS, creates a background colour when you rollover any link in the menu – this includes an image.

    Plus the code for the link/image is all over the place.

    <a href="https://www.vergeculture.com">
    <img width="215" height="87" https://www.vergeculture.com/current=""
    alt="Taste Magazine </a></li> <li>
    <a href=" src="https://www.vergeculture.com/wp/wp-content/themes/Cutline 1.1/images/logo.gif"/>
    current issue
    </a>

    There is an inside the <img> tag. It looks like you need to close the image tag first.

    Hope that’s of some help.

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