I have a problem with Font size.

Discussion in 'TemplateCodes' started by lowis, Dec 3, 2009.

  1. lowis Customer

    Once 3 weeks ago I just to installed 68c and Evo templates everything was ok, but when I installed the twitter module had a problem because my font size change in the viewlisting2, somebody can to help to fix that problem.

    my website is www.mo7or.com can you to check this problem



    You can to see the problem when you watch different ads.
  2. seymourjames All Hands On Deck

    Does your recapctha work? I have reports it doesn't work properly although this report comes from people trying to change the style of it.

    The way to go about this is to use firefox with the free webdeveloper tool to highlight the css. You will see the css being deployed on that block of text is this using the outline current element tool.

    html > body > div #colmask > div #colmid > div #colright > div #col1wrap > div #col1pad > div #col1 > div .block > table .tableborder > tbody > tr > td > p

    There are many things you could do but try changing your font size in your css style sheet file in the template you are using. Try this one for example and check your other pages of course

    .block {
    padding:0 10px;
    font-size:12px;
    line-height:16px;
    }
    .block p
    {
    font-size:12px;
    line-height:16px;
    }

    This will make the text larger in several parts of your website. The new templates have this size as standard. If you send me an email I can give you the latest css file for the evo template.
  3. lowis Customer

    Hi seymourjames Thanks you for replay, well I no have problem with recaptcha, but if you said that what can I do for fix that problem? this is my email: to send me the latest css for evo template.

    THanks you
  4. seymourjames All Hands On Deck

    Will do. Remove your email from the post so you don't get spammed.
  5. lowis Customer

    Sorry I just change the css file and It doesn´t work is the same problem, I've seen in the upper left symbols appearing before entering the site but I dont know where they come from

    This is my problem:

  6. seymourjames All Hands On Deck

    I am really not sure what you are talking about - upper left symbols?

    It looks to me like you have gone back to the css file before. The text to me looks 11px as it used to be and not 12px.

    The template also looks broken at the bottom. Not sure what you have done.

    So if you uninstall twitter does the problem go away?

    Try changing other parts of the css i gave you.
  7. lowis Customer

    Those simbol appear in the top before entering the web


    I tested without twitter module and is the same problem.
  8. seymourjames All Hands On Deck

    No idea. I have looked at your site in Safari and in Firefox. I see nothing wrong with it. The text seems normal too. The source looks fine except why have you got this right at the top of it?

    <?php
    // Important! You have to include it before your html code
    include_once "/home/lowis777/public_html/poll/poll_cookie.php";
    ?>

    You have emptied the cookies and cache haven't you?

    If you alter the css then you need to make sute your are changing the style.css file in the template folder you are using. In your case evo black. And the modifications I suggest do work as I just used web developer on your site to prove it. Make the font size 20px and f then you will see it changes.

    .block {
    padding:0 10px;
    font-size:12px;
    line-height:16px;
    }
    .block p
    {
    font-size:12px;
    line-height:16px;
    }

Share This Page