Hi!
Hoping that you can help me with this:
I am resizing text on this page – to make a smooth transmission from full screen (desktop) to ‘media only screen’
It doesn’t matter which ‘size’ the browser window is open –> the goal is to see never any big dark blue gaps between the columns.
dev3.mimoa.co.za
I achieved a good result with this:
@media only screen and (max-width: 1100px) {
.page-id-13 .av_textblock_section .avia_textblock h4 {
font-size: 15px !important;
}
}
But it is not totally there. I would like to activate the BURGER menu earlier if possible.
And I would also like to tell the columns at which screen size to ‘Fullwidth Break Point’ exactly. On .page-id-13 only.
Kind regards
Linda
Hi!
Here a screenshot. That’s when the ‘Fullwidth Break Point’ should be activated:
Thank you in advance!
Kind regards
Linda
Hi,
Thank you for the update. Edit the first column in the row and set its “Screen Options” > “Fullwidth Break Point” to the second option. The columns will stack on top of each other when the screen width is less than 989px.
Looks like you managed to display the mobile menu earlier. If you haven’t done it, set the “Main Menu” > “Menu Items for mobile” to the second option.
Best regards,
Ismael
Hi Ismael,
Thank you, I think, it looks great now!
Kind regards
Linda