html - WordPress page-container padding -
html - WordPress page-container padding -
i unable remove padding gap @ top of page below navbar in wordpress theme (divi). think i've identified possible culprit beingness page-container div, has top padding of 78px. http://i.imgur.com/wruf7aa.jpg
50px seems remove when tinkering within browser preview, won't carry on when create alter , reload page. http://i.imgur.com/uerrghl.jpg
i've tried 10 different css overrides within theme, nil seems remove it. have possible suggestion? i'm out of ideas.
the padding-top: 78px style has been added inline why overwrites padding-top add together within stylesheet. need utilize !important here. can add together css @ bottom of stylesheet , should work:
.et_fixed_nav #page-container { padding-top: 0px !important; } html css wordpress padding
Comments
Post a Comment