-
AuthorPosts
-
July 15, 2016 at 7:33 pm #661477
Hello, I have 2 questions.
1. I took the “Construction Demo”. But I placed the menu onto the left side. Now the menu overlays the pages. What do I have to do that the pages doesn´t disapear under the menu?
2. If I make the frame of the website smaller, suddenly the logo “jumps” to bigger, and after keeping to make the frame smaller – the logo jums to small.July 15, 2016 at 9:05 pm #661529Hi GaWi!
You have following custom CSS code
.html_header_left #main { margin-left: 150px; }
Please remove the code or adjust the value.
Cheers!
YigitJuly 15, 2016 at 10:38 pm #661553Thanks, I built it from the beginning again – now the pages don´t disapear under the menu.
Question : The width of the menu is too big. How du I make it smaller?
And how do I get thiner lines between the menu-words? And perhaps it is possible that the lines reach the border.Greets
- This reply was modified 8 years, 4 months ago by GaWi.
July 19, 2016 at 4:12 pm #662602Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_sidebar #top #header { width: 150px; } .html_header_left #main { margin-left: 150px; }
Best regards,
YigitAugust 14, 2016 at 11:53 am #672351Hi,
another question. I’ve managed to delete author and comments on the post. I want only date an category. But in the single- post the date and category does not appear – in the sidebar and the widget it is perfect now. how can I get date and category in the single-post?
Also , when I click in the sidebar under ” Categories ” on a link, the page looks totally different: with sidebar on the right side and also the author under each post.August 17, 2016 at 12:07 pm #673675Hi,
Sidebar is on the left side on my end on category pages. Have you figured that one out?
Also, you are using Advanced Layout Builder to create your blog posts. You would need to add blog meta manually in that case. That is why they do not show up
Best regards,
YigitAugust 17, 2016 at 1:16 pm #673714Hey,
yes, I figured it out with left sidebar.
And thanks for the tip with Advance layout don´t show date.But there is still the author and comments under the title when i click in the sidebar under “Kategorien”, for example “AVW allgemein”. I would like to have the same like on the first page “Presse” – only date and category.
Greets,
GabiAugust 22, 2016 at 11:15 am #675629Hi,
Thank you for the info. Please add this in the Quick CSS field:
.blog-categories.minor-meta + .text-sep, .blog-author.minor-meta { display: none; }
Best regards,
IsmaelAugust 23, 2016 at 5:43 pm #676574Hi together,
thanks – phantastic.
Another Question: How can I get a bigger type for the navigation above the projects (Projekte/portfolio)? I would like to have “Alle/Aktuelle Projekte/Gewerbeimmobilien/Handelsimmobilien/Wohnimmobilien” bigger and on the left side, not in the middle. So it´s better to find for the user.Greets
GabiAugust 23, 2016 at 5:46 pm #676576Hi!
Please add following code to Quick CSS
#js_sort_items { font-size: 15px; } .avia-fullwidth-portfolio #js_sort_items a, .avia-fullwidth-portfolio #js_sort_items .text-sep { float: left; }
Cheers!
YigitAugust 23, 2016 at 5:50 pm #676586thanx for this quick help!
-
AuthorPosts
- The topic ‘Menu left overlays pages’ is closed to new replies.