Shape 5

Joomla Templates => Maxed Mag - Club => : nazarnazar January 13, 2016, 09:54:35 AM



: remove white area
: nazarnazar January 13, 2016, 09:54:35 AM
hello
how can i remove white area from logo header
www.nazarsalih.com
thanks


: Re: remove white area
: jonahh January 13, 2016, 01:57:22 PM
Hello,

In your template.css file at line 611 just remove the following and this should remove the top white padding that is left there:

#s5_header_wrap,


: Re: remove white area
: nazarnazar January 13, 2016, 09:58:00 PM
hello
thanks for your  help

but the white color stay down

www.nazarsalih.com


: Re: remove white area
: jonahh January 14, 2016, 12:53:54 PM
The white background color for the template is set below and you can change or adjust here:

template.css lin 540:

#s5_mmwrap {
    background: #ffffff none repeat scroll 0 0;


: Re: remove white area
: nazarnazar January 14, 2016, 02:56:44 PM
thanks for your help
but
i need to remove the space between header and mainmenu


: Re: remove white area
: jonahh January 15, 2016, 12:36:01 PM
Oh ok, you can edit the margin for this here, I changed to 12 as it seemed to make the spacing more equal:

template.css line 597

:
#s5_menu_wrap, #s5_bottom_row3_wrap {
    background: url("../images/Shape5_MaxedMag_static.png") repeat scroll 0 0%, rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #676767 0%, #000000 100%) repeat scroll 0 0;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5) inset;
    margin: 12px 12px 0;
    min-height: 63px;
}


: Re: remove white area
: nazarnazar January 15, 2016, 03:30:51 PM
thanks for your help

space between darkdotes and article address


: Re: remove white area
: jonahh January 18, 2016, 01:08:59 PM
If you add the below this should do it:

:
.contentheading, .s5_pagetitlewrap h2 {
    margin-bottom: -38px;}


: Re: remove white area
: nazarnazar January 18, 2016, 01:51:25 PM
i put theme to the templete.css but no change


: Re: remove white area
: jonahh January 19, 2016, 12:30:15 PM
Try adding an important to it:

:
.contentheading, .s5_pagetitlewrap h2 {
    margin-bottom: -38px !important;}


: Re: remove white area
: nazarnazar January 19, 2016, 12:51:28 PM
thaaaaaaaaaaaaanks


: Re: remove white area
: jonahh January 20, 2016, 01:58:04 PM
You are welcome :)


: Re: remove white area
: nazarnazar February 06, 2016, 01:22:34 PM
hello

more and more white area


: Re: remove white area
: jonahh February 08, 2016, 11:29:38 AM
Site is set to offline and asking for login? 


: Re: remove white area
: nazarnazar February 08, 2016, 09:47:11 PM
http://alsohel.net/


: Re: remove white area
: jonahh February 09, 2016, 12:34:10 PM
Try adding the below for the space below the image fader:

:
#s5_top_row1_area1 {
margin-bottom:-20px;}

For the first area in the right column you have a:

:
<div style="clear: both;">&nbsp;</div>

that needs to be removed. Once removed the space will go away.

The space below the second item in the right column can be edited here:

:

.module_round_box-whiteh3 {
    margin-bottom: 40px;
}

template.css line 883