[Resolved] Menu on phone and tablesetting

Tagged: 

  • Author
    Posts
  • #2301

    fredriksegeranpt
    Participant

    Hi!
    First of, I love your theme!
    But I do have some small problems

    1. The menu on the phone-screens/smaller screens. When the menu turns into a menu that drops -down from the symbol of the lines on the top of the page on the iPhone/phone the “x” that closes the menu are hidden behind the menu so it’s impossible to close. And also it does only turn in to that type of bar if the pone is upright not on the side or in an iPad for example. Is is
    a) possible to get it in to this type of menu that drops-down from iPad screens as well?
    b) how do I fix the problem with the “x”?

    2. Is it possible to make a table in your theme? I want to make a table over the different services we provide and be able to show what’s included in the different packages with a table, do you see where I’m going? You have quite a lot of plugins recommended but none of them have this option and I wonder if you could recommend one that’s compatible with your theme?

    Thanks in advance

    #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 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Scroll to top