[Resolved] Menu on phone and tablesetting

Tagged: 

  • Author
    Posts
  • #2302

    Andrew Misplon
    Keymaster

    Hi fredriksegeranpt

    Thanks for your feedback and support 🙂

    1. There is a setting at Appearance > Theme Settings > Navigation you’ll find handy. If you adjust Responsive Menu Collapse to say 780 it should ensure the mobile menu works on tablets.

    I’m not quite following the rest of this point. If possible, please, send a link to your site so I can take a look. You’re welcome to use the “Set as private reply” checkbox below to keep your site URL private.

    2. There still isn’t any easy to way to make tables in WordPress. Depending on the size of your table I think it’s worth getting into a tiny bit of HTML and writing the table code yourself.

    There is a small section on it here: https://en.support.wordpress.com/advanced-html/. Under the heading Tables.

    A basic table will look like this:

    <table>
    	<tr>
    		<td>I'm a table with one row and one cell.</td>
    	</tr>
    </table>

    Each row is designated by opening and closing the

    tag. Each cell is designated by opening and closing the

    tag.

    If you can you show me what needs to go in your table, I’d be happy to help with the basic structure. This structure gets inserted into the Text tab of the WordPress editor OR the Text tab of the SiteOrigin Editor widget in Page Builder OR the Text tab of the Visual Editor widget in Page Builder. Just depends what you’re using using.

    #2303

    fredriksegeranpt
    Participant

    Thank you very much for your fast respons!

    I think I will be able to figure it out with the table now thanks and the setting for the table worked wonderfully!

    The last thing, with the “X” if you go to our website (www.fredriksegerman.se) on a phone/tablet and open the menu the option to close it (the x) is hidden by the menu.

    /Thanks once again

    #2304

    Andrew Misplon
    Keymaster

    Ahh sorry about that. I’ve been meaning to work this problem. The positioning of the mobile menu icon isn’t taking into account the ability to adjust the header height. Not ideal! Apologies for the hassle.

    Looks like you have Jetpack Custom CSS running. Go to Appearance > Edit CSS and insert:

    /* Responsive Menu */
    
    .responsive-menu .menu-toggle {
        margin-top: 20px;
    }

    Let me know how that goes.

    Thanks

    #2305

    fredriksegeranpt
    Participant

    Thank you very much, it worked wonderfully!

    #2306

    Andrew Misplon
    Keymaster

    Super, really glad to hear that helped.

    If anything else comes up, please, let us know.

    All the best.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Scroll to top