Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #945776

    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

    #945791

    Hi!

    Here a screenshot. That’s when the ‘Fullwidth Break Point’ should be activated:

    Thank you in advance!

    Kind regards
    Linda

    #947021

    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

    #947129

    Hi Ismael,

    Thank you, I think, it looks great now!

    Kind regards
    Linda

    #947950

    Hi Linda,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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