Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #768030

    Hi,
    please have a look at: http://neu.dr-kueblbeck.de/leistungsspektrum/implantologie/ for example.

    I have several problems.
    1st: The main menu covers the logo if the width is smaller 1120px
    2nd: Starting by 1054px I’ve problems with word-wrapping in the “Kontakt”-table in the sidebar.

    My idea was to change the breadpoint starting from 1120px: Show mobile menu; set sidebar to display none, make main content 100% without right border.

    Do you have a suggestion for a better solution or could you give some good advice how to do this?

    Thanks a lot
    Karsten

    PS: You can even reply in german if you want to.

    #768317

    Hey ichmusshierweg,

    You could start reducing margins on the sides of the header and reduce menu items margins. And better use divs or list, not table for that. It’s not easy to make tables responsive.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #768327

    Hi Victoria,

    thanks for the advice to reduce margins. I will do that, but – even if I know it’s not the best idea – I will keep the tables.
    So I now need some advice to change the breakpoints (for example at 1120px) as mentioned above.

    Thanks
    Karsten

    #768835

    Could you please reply. This becomes more and more urgend. I have to launche this page on friday.

    Thanks

    #768876

    I try to explain it in other words:

    I want the sidebar to disappear at the same time as the main-menu in the header disappears and the mobile-menu-button appears.
    At the same time the main content should become 100% width.

    How can I do this?

    #769095

    Hi,

    Here is the code you can put this in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
    .sidebar.sidebar_right.alpha.units {
    	display: none;
    	width: 0px;
    }
    .template-page.content.av-content-small.alpha.units {
    	width:100%;
    	border-right-width: 0px;
    	border: none;
    }
    #top #main .sidebar{
    	border-left-width: 0px;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.