Menu doesn't unfold

Hello

using Theme X for http://malsegeln.de/
and http://swedesail.de/

The menu does not unfold/open on mobile devices.

What should I do?

Best, Erdmann

Hello There,

Thanks for writing in! The X theme needs Cornerstone plugin to function properly. Please activate Cornerstone plugin. If you haven’t install this plugin, please go to X > Overview so that it will automatically gets installed. If that does not help, please provide us access to your site so that we can resolve this issue.

Hope this helps. Kindly let us know.

Hello RueNel,

Problem solved.
Many thanks for your advice.
Apprechiated!

Best from chilly Hamburg, Erdmann

You’re welcome, Erdmann.

Hello

on http://swedesail.de/advice/new-build

I have a table with 5 vertical columns. On a mobile device, just the two left hand ones are displayed.

What should be done that the complete table is seen?

Best Erdmann

Hi Erdmann,

You can add a scroll to the table on mobile using this CSS:

@media (max-width: 480px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

Hope this helps.

Whaow, works. Thank you!

Best from Hamburg

You’re welcome, Erdmann. :slight_smile:

at http://swedesail.de/
I always have to put a "  " below the lowest line of text to get a certain distance between text and footer.
Is there a code to be incorporated in CSS to save this while editing text?

Hi There,

Please clarify what you are adding and where, provide a screenshot to clrify.

If you are adding code to your message please wrap it on :

Hope it helps

I am editing text in the visusal, note the text mode. Then the   disappears to achieve a certain distance between text an footer and I have to put it in again and again. I guess there is CSS code for having a certain distance automatically?

Hi there,

I suggest that you wrap the whole paragraph to <p></p> tag. So for example:

<p style="padding-bottom: 10px;">With this ...</p>

See how you can add a style to that tag to add a padding to the bottom of the paragraph? That way you can add a standard spacing.

Kindly open up new threads for additional questions as it will help us to focus on each issue and give you a better support which you deserve. Having a long threads makes the maintaining job harder and also it will be harder for the other customers to find the correct information if they have similar issues. You are always welcomed to reply to this thread to follow up the same question.

Thank you.

Thank you Christopher!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.