Equal background color

Maybe someone know how can I align the background color of the string? To rectangular color uniformly equal to the right and left side. Please advice

Quote · 22 Dec 2013

Edit /templates/tmpl_uni/css/top_menu.css at line 260

div.sys_page_header {
    max-width: 680px;
    white-space: nowrap;
    line-height: 29px;
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.99);
    overflow: hidden;
    font-family:oxygen;
    background-color:rgba(255, 0, 0, 0.74);
    border-right:dotted;
    padding: 0px 5px;
}

Add that and let us know if thats what you want.

so much to do....
Quote · 22 Dec 2013

 Thanks! This is what I need :)

Edit /templates/tmpl_uni/css/top_menu.css at line 260

div.sys_page_header {
    max-width: 680px;
    white-space: nowrap;
    line-height: 29px;
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.99);
    overflow: hidden;
    font-family:oxygen;
    background-color:rgba(255, 0, 0, 0.74);
    border-right:dotted;
    padding: 0px 5px;
}

Add that and let us know if thats what you want.

 

Quote · 22 Dec 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.