1

I got into a math problem

my content box is 700pc wide my hentry (inside content) is 100% wide with padding of 10px

wich make the hentry to be wider that the content resulting and overflow...

Any solution

Here is the page : http://www.equipe94.com

I have firebug and removing the width 100% work, but it send by wordpress so how to overwrite a width:100% with nothing ?

2 Answers 2

2

.hentry { width: auto; }

Sign up to request clarification or add additional context in comments.

Comments

0

Or this way: If you have a padding of 10px then your inside content box must have a width of

700px - 2 * 10px = 680px

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.