Archived topic
Responsive menu disappears
8 replies · Started by Anonymous on February 15, 2015
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
Hi Marcin,
Do you have a link to your site so I can see this happening?
Let me know :)
somehow I'm not able to enter this link in html code so it can be clickable. Anyway please take a look at:
Cheers,
M.
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 :)
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
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;
}
}
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 :-).
Glad you're enjoying the theme! :)