-
AuthorPosts
-
November 16, 2017 at 12:30 pm #877478
Hi there,
how is it possible to bring the Logo as a full width image on top in the Consulting Theme, and the main menu ist still on the left side?
Please see the screenshot below.
Thanks for your help :)November 17, 2017 at 5:21 am #877921Hey a-l-p,
Please, share your website link – this way we can check it and give to you a proper answer about that.
Best regards,
John TorvikNovember 17, 2017 at 12:39 pm #878034Hey John,
thank you.
Please have a look at the following link:November 18, 2017 at 11:34 pm #878677Hi,
Try this code in the General Styling > Quick CSS field:#top div#wrap_all::before { content: url('https://www.your-website.de/wp-content/uploads/2017/11/Banner-Homepage.png'); width: 100%; display:block;} span.logo {display:none!important;}
please see screenshot in Private Content area
Best regards,
MikeNovember 19, 2017 at 11:54 am #878746Hi Mike,
it works perfect, great!
But is it possible to bring the Logo in the middle of the top ?#top div#wrap_all::before {
content: url(‘https://www.your-website.de/wp-content/uploads/2017/11/Banner-Homepage.png’);
width: 100%;
display:center;}
span.logo {display:none!important;}doesn’t work : /
And is it possible to get the screen responsive?Best regards,
AndreasNovember 19, 2017 at 3:57 pm #878794Hi,
Is there a maximum size that your want the image to be, or 100% of the screen and centered? I see that you also want it to be responsive. Can you please include a admin login in the private content area so we can take a closer look.Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeNovember 19, 2017 at 4:55 pm #878798Hi Mike,
thanks so much for your help. :)
I like the image 100% of the screen and centered.Please see for the Login data in Private Content area.
Thanks again, and best regards
AndreasNovember 19, 2017 at 7:08 pm #878814Hi,
My first solution is not going to work for this case. But I have a new solution, copy header.php to your child theme folder and look for line 65 that has this line:<div id='wrap_all'>
and add this line below it:
<div id='header_banner' class='logo_banner' ><img src='https://www.Your-Site.de/wp-content/uploads/2017/11/Banner-Homepage.png'></div>
make sure to fix the url, then add this code to your css:
#header_banner.logo_banner { display: block; text-align: center; background-color: #fff; }
Best regards,
MikeNovember 20, 2017 at 7:50 am #878979Hi Mike,
excellent, this works great!! : )
Under the Logo I’ll use a fullscreen-slider. Well it works, but the image not ends at the buttom.
Do you have an idea, what can i do that it works on different screens perfect?Thank you so much for your help!
Have a great start into the new week.
Best regards,
AndreasNovember 20, 2017 at 10:17 pm #879382Hi,
I loaded the web site and I can see it going to bottom.
Can you please make us a screenshot of what you mean to be sure we are checking properly?Best regards,
BasilisNovember 22, 2017 at 12:28 pm #880213Hi Basilis,
thank you so much for your answer.
The picture is shown to the bottom, but if you scroll, the next section does not start: some parts of the picture are still shown.
Please have a look at the screenshots:November 25, 2017 at 3:27 pm #881638Hi,
Try this code in the General Styling > Quick CSS field:.avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {max-height: 75vh !important; }
adjust the number to suit.
Please clear your cache :)Best regards,
MikeNovember 26, 2017 at 2:19 pm #881888Hi Mike,
the hight of the slider works now great!
Thank you so much for your help! :)But now I have a new problem:
I created a new widget area (menu) to set this under the menu, but it overwird the menu :/
Please see the screenshot.
What can I do?Best regards,
AndreasNovember 26, 2017 at 3:10 pm #881896Hi,
Try this code in the General Styling > Quick CSS field:#top.home #header #text-5.widget { position: relative!important; }
Best regards,
MikeNovember 26, 2017 at 6:54 pm #881967Hi Mike,
it works now perfect!
Thank you so much for your help and have a great day! :)Best regards,
AndreasNovember 26, 2017 at 7:29 pm #881985Hi Andreas,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.