memakossa
Forum Replies Created
-
I fixed it, THanks
Forum: Plugins
In reply to: [Gutenberg] Gutenberg-Media Text Block-stacked on mobilethanks
Forum: Plugins
In reply to: [Gutenberg] Gutenberg-Media Text Block-stacked on mobileI found another piece of css code on https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/media-text/style.scss
@media (max-width: #{ ($break-small) }) { .wp-block-media-text.is-stacked-on-mobile { grid-template-columns: 100% !important; .wp-block-media-text__media { grid-column: 1; grid-row: 1; } .wp-block-media-text__content { grid-column: 1; grid-row: 2; } } }
How to adjust this to make it work on tablet width? I have tried to set the max- width to 960 px but that makes the content dissapear? Anyone an idea?
Kind regards Debbie- This reply was modified 3 years, 7 months ago by Yui. Reason: please use CODE button for proper formatting
Case closed
Hi thanks, The grouping of the coverblock and the paragraph did it. The selection of the two blocks was a bit tricky. I was not able to select them with my mouse but I found the short keys: ctrl+schift and arrowkey. Have a good day!
Forum: Themes and Templates
In reply to: [Neve] underline hover script to use for buttonsThanks a lot! I’ve copied the text-effect that was animated from https://speckyboy.com/underline-text-effects-css/, very useful site.
I needed to do a little backward engineering cause the code was in sass and the nested style syntax gave an error in the additional css section, but I am pleased with the result. Thanks so much for the tips,
Forum: Themes and Templates
In reply to: [Neve] underline hover script to use for buttonsHi Vytis,
Thanks for your reply..Sorry, I am a bit late on reply I’ve my site live now it’s a neve theme I’ve chosen: https://memakossa.com/
Seeing the feature is easier than describing. I would like to extend the nav menu underline effect also on the normal links( could be made buttons) . It’s not a major deal but kinda looks more smart..I’ve not been able to isolate it in code, but if anyone has a idea it would be much appreciated, kinde regards Debbie