We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Header background image | Forum

Topic location: Forum home » Support » General Questions
E.D.
E.D. Jan 13 '16
Hello there,
where can I adjust this Header background image Simplicity in height
I want to reduce it at least once in half
The Forum post is edited by E.D. Jan 13 '16
Attachments:
  Unbenannt-22.png (1216Kb)
Алексей
Алексей Jan 13 '16
1 - admin/appearance/customize


2 - ow_static/themes/simplicity/base.css:

.ow_header_pic{ background-image:url(images/header.jpg); /** OW_Control type:image, key:headerImage, section:1. General Settings, label:2. Header background image **/ background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; height:300px; }

E.D.
E.D. Jan 13 '16
Made have found it in the CSS and the following entry

.ow_header_pic {
         display: block;
         height: 100px;
         width: 100%;
         background-size: cover;
         background-position: center center;
     }
John H
John H Jan 13 '16

Quote from E.D. Hello there,
where can I adjust this Header background image Simplicity in height
I want to reduce it at least once in half
This solution worked perfectly for me:

http://www.oxwall.org/forum/topic/44132

ross Team
ross Jan 13 '16
John +1