• Hi all,
    I’ve tried to find the answer to my question, but I couldn’t, and I′ll be so happy anyone can help…
    Well, my problem is that when my site (https://jazztk.com) loads, you can move to the right and see a lot of blank space.
    I’ve tried the most common solution I always use: deactivate all plugins, but it wasn’t a solution.
    Any help will be very welcome. Thanks a lot in advance

    álex.

Viewing 6 replies - 1 through 6 (of 6 total)
  • do you use firebug? It’s an addon to firefox browser.
    Lets you point around your site to view css.

    It may allow you to find out what is so wide. (I’m guessing it has to do with your site title….)

    I’m at work, so I don’t have it availabale to check, but its great for webdesign in general

    In your style.css look for this code

    #blog-description {
    position:relative;
    left:720px;
    top:-50px;
    height:0;
    font-size:24px;
    font-family:”Bliss Medium”, ‘Gill Sans’, ‘Helvetica Neue’, Arial, sans-serif;
    font-size-adjust:0.47;
    font-weight:300;
    font-style:normal;
    text-shadow:0 -1px 1px #000000;
    color:#c5cbd3;
    }

    You have left:720px; take that out
    and add
    float:right;

    Thread Starter alexgagi

    (@alexgagi)

    Oh, both of you are great. It had something to do with title, concretely is what govpatel said.
    Thanks a lot. It’s great be a part of the wordpress community.

    Solved.

    álex

    You are welcome

    Hi, govpatel
    I’m having the same problem on my following website:
    https://consultant-law-education-india-nepal.in/wp/

    Here is the style-sheet, please:
    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    Your valuable advice is solicited, please, asap.
    Regards

    Please post a new topic.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘undesired blank space on the right of my web’ is closed to new replies.