Change margin of body – remove the wrapper gap at top

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeChange margin of body – remove the wrapper gap at top

This topic has been marked as resolved.

Hi,

I want to modify shoppica so that globally there is no gap between the main body of content and the top of the browser. Can you tell me how to do this please?

Is there a simple css rule I can add globally in the shoppica design editor or do I need to make this change to the html?

Thanks in advance,

January 15, 2013 at 5:10 pm #17208

FIXED>

In case anybody needs this solution is to add this to global css.


body.s_layout_fixed {
    padding: 0;
}

January 16, 2013 at 12:26 am #17228

Thanks for posting the modification, mate :)

Best,
ThemeBurn team

January 21, 2013 at 10:22 am #17385
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.