Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 06-25-2008, 10:52 AM wordpress CSS issue
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
Hi, Im a completely novice editing CSS, I would like you can help me in fixing some positions in the homepage of these website. http://marinaorione.com.ar

As you see, the big main image has a white gap in the bottom, the column of the right its also wrong positioned.

And the 3 bottom images are not center, ad I don't know how to do it.

Thank you very much for those who will help me.

Enrique
kiwii is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-25-2008, 11:20 AM Re: wordpress CSS issue
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
For the gap under the image, find the code block starting on line 323 in style.css, that begins like this:
Code:
#homepage p img {
and delete the line that starts with:
Code:
margin:
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 06-25-2008, 11:25 AM Re: wordpress CSS issue
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
wayfarer07, thanks so much for answering so quickly, PROBLEM nš 1 solved
kiwii is offline
Reply With Quote
View Public Profile
 
Old 06-25-2008, 03:51 PM Re: wordpress CSS issue
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
First of all, your #wrap div is not wrapping around the rest of the layout. This almost always occurs because you have not CLEARED your floats.

On your 3 bottom images, the total widths of the images plus margins does not equal the 800px width of #homepagebottom, so you've got some extra space there.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-25-2008, 04:05 PM Re: wordpress CSS issue
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
Hi Lady in Red (I love the song) thanks for the reply, could you please give me the solution, because I don't understand so much of these, I hope don't bother you and hank you so much for you time, I really appreciate it, these forum is full of people wanting to help, thats nice.

see you
greetings from Argentine
Enrique
kiwii is offline
Reply With Quote
View Public Profile
 
Old 06-25-2008, 05:25 PM Re: wordpress CSS issue
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Info on how to clear floats here:
http://css-discuss.incutio.com/?page=ClearingSpace

You also need to clean up the validation errors on your code, that should help fix it too.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-25-2008, 10:30 PM Re: wordpress CSS issue
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
Sorry, , buy I dont undertand these of clearin the flot, could some benevolent soul give me some hand with the code?

thanks
kiwii is offline
Reply With Quote
View Public Profile
 
Old 06-27-2008, 02:29 PM Re: wordpress CSS issue
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
haha is here any life sign?

How do I correct the floating mistakes?

cheers
kiwii is offline
Reply With Quote
View Public Profile
 
Old 06-27-2008, 02:54 PM Re: wordpress CSS issue
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Put this in your CSS:

Quote:
.brclear { /* Use a break with this class to clear float containers on both sides */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
Then add this in your HTML right before the div #homepagebottom.

<br class="brclear" />

That will clear the floats inside #content.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-27-2008, 03:09 PM Re: wordpress CSS issue
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
I have added it, but nothings happened, what could it be?



PD: I saw it in the IE, and there it is even more wrong distributed.
kiwii is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 07:32 PM Re: wordpress CSS issue
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
Please someone who can help me, thanks a lot
kiwii is offline
Reply With Quote
View Public Profile
 
Old 07-18-2008, 10:15 PM Re: wordpress CSS issue
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
its Done, Thanks To All
kiwii is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to wordpress CSS issue
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.80970 seconds with 12 queries