I wonder if you could help me with an issue i'm having?
On the homepage I use the nectar slider which I have to say is great,
I also completed the Page Title & Subtitle fields on Page header settings as its the <h1> tag on the page.
On the PC using firefox, chrome and IE the header and subtitle is hidden from biew and just the slider is shown, thats great, but using my Nexus 5 the slider is pushed down by the page title and subtitle, is there anyway to resolve this ? I want it hidden on mobile view too.
When I edit the homepage, the theme requests you enter a page title and subtitle, I have done so and viewing it on a PC this is hidden by the slider, however on a mobile device - Android, IOS and iPad this is showing above the slider, how can it be hidden on mobile devices too?
I cant seem to recreate the gap that can be seen in the screenshot you provided. Could you try deactivating any third-party plugins you have installed and test.
I wonder if you could help me with an issue i'm having?
On the homepage I use the nectar slider which I have to say is great,
I also completed the Page Title & Subtitle fields on Page header settings as its the <h1> tag on the page.
On the PC using firefox, chrome and IE the header and subtitle is hidden from biew and just the slider is shown, thats great, but using my Nexus 5 the slider is pushed down by the page title and subtitle, is there anyway to resolve this ? I want it hidden on mobile view too.
Many Thanks
Jonathan Lawton
Hey Jonathan!
I believe you are referring to the native browser bar in mobile. I am afraid that cant be removed.
Thanks
ThemeNectar Support Team
Sorry Tahir
When I edit the homepage, the theme requests you enter a page title and subtitle, I have done so and viewing it on a PC this is hidden by the slider, however on a mobile device - Android, IOS and iPad this is showing above the slider, how can it be hidden on mobile devices too?
Many Thanks
Jonathan
please see screenshot
Hey Jonathan!
I cant seem to recreate the gap that can be seen in the screenshot you provided. Could you try deactivating any third-party plugins you have installed and test.
Thanks
ThemeNectar Support Team
Hey Tahir
Please try now, I was trying a few things to see if I could resolve myself however no luck without it affecting the layout of other parts.
I have tried switching off all plugins however this didnt have any effect.
Many Thanks
Jonathan
.row .col.section-title h1 {
visibility: hidden!important;
}
.page-header-bg {
display: none!important;
}
.subheader {
display: none!important;
}h1 {
display: none!important;
}
Thats what im trying currently but no luck still.Hey Jonathan!
Could try removing the nectar slider and then adding it again in the visual composer. This sort of fixed it for another user.
Thanks
ThemeNectar Support Team
I have tried that three or four times still not working.
Cant you give me the CSS to Hide it?
Hey Jonathan!
The problem is i cant recreate it in Chrome Browser . Which browser are you using ?.
Thanks
ThemeNectar Support Team
You can still see the Page title and Subtitle in source on any browser: Line 235
Award Winning IT Support, Web Design and SEO.
Provided by Vostro across Staffordshire and Cheshire.*update*
I think there is a bug in the CSS, I have managed to get it hidden using the following CSS code:
.row .col.section-title h1{
visibility: hidden!important;
}
.subheader {
visibility: hidden!important;
}
Thanks for the feedback . I have notified the developer of this issue.
Thanks
ThemeNectar Support Team