andretiaay1 on "How To Reduce The White Space"

ساخت وبلاگ

andretiaay1
Member
Posted 3 hours ago #

Hi :)

Been trying to remove or at least reduce the white space in one of my pages:
http://www.thisisallaboutyou.com/clues-for-you

Can someone please help me remove this white space? It's the space above the 'Success Leaves Clues'.

I appreciate you for helping me in advance.

tmmbecker
Member
Posted 2 hours ago #

element.style {
padding: 100px 0px;

is the problem. You need to change the 100px to something more like 40px (looks good in my Chrome browser).

element.style means that the CSS is inline -- coded in the HTML of that element. So you'll need to either look in the HTML code for the element in question or use exteal CSS that will override the inteal (i.e. using !important or more specific selectors).

Hope this helps!

tmmbecker
Member
Posted 2 hours ago #

If you try to override the element.style with an exteal CSS, be sure to use the div .panel-row-style and not element.style as it is not a CSS selector for an exteal stylesheet.

If you add this to the .panel-row-style in your CSS:
padding: 40px !important;

it should work. You're best to find the inline CSS and fix it that way though!

Good luck.

andretiaay1
Member
Posted 2 minutes ago #

Thank you tmmbecker,

I really appreciate your help. I tried inserting the 'padding: 40px !important in my CSS panel-row-style section, yet it still didn't work. Am I doing something wrong or what exactly would be the ideal thing to do?

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 242 تاريخ : پنجشنبه 10 تير 1395 ساعت: 5:00