Tuesday, 15 May 2012

html - How do I put a picture so you resize? -


I have this site:

--- Spanish language

My This site is:

English Language

I want to be the first page of the site on the front page of the site (website in Spanish) site.

I do not understand why the Spanish website is not showing good ... I want to resize my image

This code is CSS:

  .page-id-553 #content {background: url ("/ wp-content / themes / reliance / images / ccc.jpg"}}  

image Size is too big?

Can you help me solve this problem?

Thanks in advance!

I have checked your site and found a change in CSS. In

, you used

  background-image: url (http://reliance.dg-site.com/wp-content/uploads/2014/05 /shutterstock_132802436-13.jpg);  

for your body tag but

  .page-id-553 # content {background: url ("/ wp -content / themes / reliance / images / ccc.jpg ")}  

So delete the code from the inside. Page-ID-553 # Contents {} and additions

  body {background-image: url ("/ wp-content / themes / reliance / images / ccc.jpg"); }  

If you want to use background for this page

  body.page-id-553 {background-image: url (" / Wp-content / themes / dependencies / images / ccc.jpg "); }  

No comments:

Post a Comment