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.
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.
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
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:
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.
Those simbol appear in the top before entering the web I tested without twitter module and is the same problem.
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; }