Support Code extra less

Tony_41

Registered
Good evening, can you help me? I'd like to expand my style, see the photo as an example. Do you have a css code to add in extra less?


Screenshot
 
Solution
after go to your extra.less add this code

CSS:
.p-pageWrapper {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0px;
    color: #383837;
    background: xf-diminish(@xf-paletteColor5, 29.5%) url("You Images Here");
}

Themes With Boxed Layouts

wikislo

Registered
after go to your extra.less add this code

CSS:
.p-pageWrapper {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0px;
    color: #383837;
    background: xf-diminish(@xf-paletteColor5, 29.5%) url("You Images Here");
}

Themes With Boxed Layouts
 
Solution
Back
Top Bottom