Shape 5

Joomla Templates => Regan Tech - Club => : greent2k November 20, 2016, 10:31:24 AM



: White space or padding under Custom_1
: greent2k November 20, 2016, 10:31:24 AM
Can someone tell me how to get rid of the approximately 1 inch white space or padding under the Custom_1 position?
I am only using the Custom_1 position and the Middle_Top position on my home page. But, there is a 1 inch white space above the Middle_Top area and below the Custom_1 area that I would like to get rid of. What position is that? I can't find it.

The site is http://photosbysolomon.com/pbs/


: Re: White space or padding under Custom_1
: mikek November 21, 2016, 08:07:17 AM
Hello,

That's your login/breadcrumb bar. I'm not sure why it's showing but you can add the following to custom.css to hide it:

#s5_bread_login_font_wrap {
display:none;
}


: Re: White space or padding under Custom_1
: greent2k November 21, 2016, 02:07:57 PM
Thanks.
I inserted the line in custom.css, but the white space is still there. Are you sure it's the Login/Breadcrumbs position? Any other ideas?


: Re: White space or padding under Custom_1
: mikek November 22, 2016, 08:26:42 AM
Hello,

I checked your custom.css file and you do not have that on there:

http://photosbysolomon.com/pbs/templates/regan_tech/css/custom.css

The css I gave you above will definitely work. You must apply it to custom.css, and if you have any cache enabled you'll need to clear it.


: Re: White space or padding under Custom_1
: greent2k November 22, 2016, 11:56:58 AM
ok. Thank you.