[Resolved] Responsive menu disappears

Home Forums Support [Resolved] Responsive menu disappears

Home Forums Support Responsive menu disappears

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #75184
    Marcin

    Hi there,

    thank you very much for great theme! Firstly I built my site on the fruitful theme but had so performance issues and was very lucky to find your super simple theme. What’s the most important it is very fast. Thanks!

    I have one issue with main, top menu. I have noticed that when I change the size of the browser, I scale it, menu seems to disappear. I mean the space between logo and content becomes blank and there is no menu at all. I believe it happens either on desktop or mobile devices.

    Do you have any advice on that?

    Cheers,
    Marcin

    #75199
    Tom
    Lead Developer
    Lead Developer

    Hi Marcin,

    Do you have a link to your site so I can see this happening?

    Let me know πŸ™‚

    #75252
    Marcin

    Sure I have πŸ™‚ here it is:

    Cheers,
    M.

    #75253
    Marcin

    somehow I’m not able to enter this link in html code so it can be clickable. Anyway please take a look at:

    http://www.oldisland.uk

    Cheers,
    M.

    #75299
    Tom
    Lead Developer
    Lead Developer

    You’re @importing GP’s stylesheet in your child theme, which is causing the default styles to overwrite some important ones.

    To fix this, remove that line from your child theme.

    More here: http://generatepress.com/knowledgebase/child-theme-working/

    Let me know if you have any questions πŸ™‚

    #75376
    Marcin

    Hi Tom,

    it works fine now. I have installed your child theme. Thanks a lot! By the way. I would like to replace some html tables that I created with the responsive ones. Does one of your add-on provide responsive tables? I mean it doesn’t have to be a table. I just need to write some text and place photos in two columns.

    Like here:
    http://www.oldisland.uk/categories/

    I have created table with one row and four columns but it is not resposive or it is in certain range but not fully. Can generatepress theme hadle somehow this. Could be by add on πŸ™‚

    Cheers,
    Marcin

    #75585
    Tom
    Lead Developer
    Lead Developer

    You can use this plugin: https://wordpress.org/plugins/lightweight-grid-columns/

    Then add this CSS to make it responsive:

    @media screen and (max-width: 768px) {
    	.column-grid .column {
    		width: 100%; 
    		margin: 0; 
    		padding: 0;
    		float: none;
    	}
    }
    #84003
    Roberto Briceno

    GP is an amazing finding. Thanks in advance.
    I’m coming from themehybrid and i’m surprised that you’re suggesting that grid-column plugin which I think is really amazing. Now with this little css “hack” I can finally make the columns fluid :-).

    #84033
    Tom
    Lead Developer
    Lead Developer

    Glad you’re enjoying the theme! πŸ™‚

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