Too Much Space Between Brandnav And Content
Started by
lukee
, Oct 23 2012 07:15 PM
brandnav content space
8 replies to this topic
#1
Posted 23 October 2012 - 07:15 PM
Hi there,
No matter what I use (only Branding, or BrandNav, or only Classic Nav) there's an awkward space between the header and the quickslider below it on the main page. It exists on the other pages as well but it's less noticeable since there's a PageInfo to break the seam.
My logo is a transparent .png, and does not have extraneous pixel space surrounding the image. I've looked up and tried to fix this based on similar issues in the forums, but to no avail.
Here is all the custom CSS i've entered hoping to fix the various configurations:
#branding {.mainlogo-link, .mainlogo-img{margin:0 auto;float:none;}}
/* Centered Navigation */#page { #navbar, #nav{ .navline, .main-nav{ float:none; text-align: center; li { display:inline-block; float:none; text-align:center; a { float:none; text-align:center; } } } .dropdown-menu { text-align:left; } }}/* Centered Navigation Media Query*/@media(max-width:767px){body.pagelines { #page { #navbar { .navline { float:none; text-align:center; li,a { display: block; float: none; text-align: center; } } } } } }
span.c_img:hover {.transform(-5deg);.transition(all 0.2s);}
ul.menu-always-on-top li ul li a {padding: 10px 0 0 0px; text-align: center;}
/* CSS FOR NAV BACKGROUND COLOR */ #primary-nav .content { background-color: #000000; }
/* THIS WILL CHANGE THE FONT COLOR IN THE NAV */ .main_nav li a { color: #000000 !important; }
/* Centered Navigation Media Query*/@media(max-width:767px){body.pagelines { #page { #brandnav { .brandnav-nav { float:none; text-align:center; li,a { display: block; float: none; text-align: center; } } } } } }
Sorry about it being a lot.
Secondly: BrandNav, when viewed on my iPad, split up. The logo was staggered above the nav bar, which was shuttled all the way to the right. I'd like a way to fix this too, if possible.
Thirdly: I essentially want my home page to look like this: (was a site I found from these forums)
Thanks very much.
Enjoying the framework and recommending to the people I know who are interested, affiliate free.
No matter what I use (only Branding, or BrandNav, or only Classic Nav) there's an awkward space between the header and the quickslider below it on the main page. It exists on the other pages as well but it's less noticeable since there's a PageInfo to break the seam.
My logo is a transparent .png, and does not have extraneous pixel space surrounding the image. I've looked up and tried to fix this based on similar issues in the forums, but to no avail.
Here is all the custom CSS i've entered hoping to fix the various configurations:
#branding {.mainlogo-link, .mainlogo-img{margin:0 auto;float:none;}}
/* Centered Navigation */#page { #navbar, #nav{ .navline, .main-nav{ float:none; text-align: center; li { display:inline-block; float:none; text-align:center; a { float:none; text-align:center; } } } .dropdown-menu { text-align:left; } }}/* Centered Navigation Media Query*/@media(max-width:767px){body.pagelines { #page { #navbar { .navline { float:none; text-align:center; li,a { display: block; float: none; text-align: center; } } } } } }
span.c_img:hover {.transform(-5deg);.transition(all 0.2s);}
ul.menu-always-on-top li ul li a {padding: 10px 0 0 0px; text-align: center;}
/* CSS FOR NAV BACKGROUND COLOR */ #primary-nav .content { background-color: #000000; }
/* THIS WILL CHANGE THE FONT COLOR IN THE NAV */ .main_nav li a { color: #000000 !important; }
/* Centered Navigation Media Query*/@media(max-width:767px){body.pagelines { #page { #brandnav { .brandnav-nav { float:none; text-align:center; li,a { display: block; float: none; text-align: center; } } } } } }
Sorry about it being a lot.
Secondly: BrandNav, when viewed on my iPad, split up. The logo was staggered above the nav bar, which was shuttled all the way to the right. I'd like a way to fix this too, if possible.
Thirdly: I essentially want my home page to look like this: (was a site I found from these forums)
Thanks very much.
Enjoying the framework and recommending to the people I know who are interested, affiliate free.
#2
Posted 23 October 2012 - 09:43 PM
Hi Lukee
Could you please try the following Css and see if this resolves your spacing issue.
Could you please try the following Css and see if this resolves your spacing issue.
#3
Posted 24 October 2012 - 05:27 AM
Thanks, that helped! But I still want it to be closer; like, the menu and logo touching & sitting on top of the slider.
#4
Posted 24 October 2012 - 08:56 AM
Hi,
First things first, please do not create a bug tracking issue along with multiple topics, this slows our response time and causes confusion. I have already replied to your other topic regarding this issue yesterday.
http://www.pagelines.com/forum/topic/22859-too-much-space-between-brandingbrandnavclassic-nav-and-quickslide/
I have now closed this topic.
Regarding your issue, you have some custom CSS that is preventing your navigation from sitting onto of your Feature Slider. That is below, I recommend you remove it.
If you wish to have your logo sitting on top of your Feature Slider, you will need to edit your image, so that it has no white space at the bottom of the image. Then it should either be closer to your slider or actually sitting on top of it.
First things first, please do not create a bug tracking issue along with multiple topics, this slows our response time and causes confusion. I have already replied to your other topic regarding this issue yesterday.
http://www.pagelines.com/forum/topic/22859-too-much-space-between-brandingbrandnavclassic-nav-and-quickslide/
I have now closed this topic.
Regarding your issue, you have some custom CSS that is preventing your navigation from sitting onto of your Feature Slider. That is below, I recommend you remove it.
If you wish to have your logo sitting on top of your Feature Slider, you will need to edit your image, so that it has no white space at the bottom of the image. Then it should either be closer to your slider or actually sitting on top of it.
#5
Posted 24 October 2012 - 04:03 PM
Apologies. This interface doesn't notify me when others reply. And the bug tracking posts were an accidental placement
#6
Posted 24 October 2012 - 08:43 PM
Lukee, try this:
#7
Posted 25 October 2012 - 11:39 PM
Didn't work.
By the way, there is no buffer space within my actual logo file upload.
My problem is not resolved.
By the way, there is no buffer space within my actual logo file upload.
My problem is not resolved.
#8
Posted 26 October 2012 - 01:38 AM
Try this, it worked for me.
#9
Posted 26 October 2012 - 09:16 AM
Remove all the code previously given to you and add the following and see if this works, if it doesn't give you the look you were wishing for, reply and here and we can take a closer look.
Also tagged with one or more of these keywords: brandnav, content, space
Trying to add hook in brandnav but making nav disappear!Started by crogers , 23 May 2013 |
|
|
||
PageLines Framework →
Technical Support →
base child theme configuration question: impacting main theme header navigationStarted by sgendry , 22 May 2013 |
|
|
||
PageLines Framework →
Customizations →
Custom BrandNavStarted by Jarrod H , 17 May 2013 |
|
|
||
PageLines Framework →
Technical Support →
Left margin on content is clearedStarted by sierrapat , 15 May 2013 |
|
|
||
Space Below Footer AreaStarted by adaml44 , 09 May 2013 |
|
|











