Thread Starter
ale992
(@ale992)
I’m using Classiads. Here is my website: http://www.clasificadosvallemedio.com
An example of what is happening is the #static-image2 which is being overwrited by custom.css
Thread Starter
ale992
(@ale992)
This is my htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Is there anything wrong there?
Thanks again!!