Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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.

    #661529

    Hi GaWi!

    You have following custom CSS code

    .html_header_left #main {
        margin-left: 150px;
    }

    Please remove the code or adjust the value.

    Cheers!
    Yigit

    #661553

    Thanks, 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.
    #662602

    Hi,

    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,
    Yigit

    #672351

    Hi,
    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.

    #673675

    Hi,

    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,
    Yigit

    #673714

    Hey,
    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,
    Gabi

    #675629

    Hi,

    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,
    Ismael

    #676574

    Hi 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
    Gabi

    #676576

    Hi!

    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!
    Yigit

    #676586

    thanx for this quick help!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Menu left overlays pages’ is closed to new replies.