Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Change the enfold breakpoint for the Portrait Mode #1245850

    That’s it! Thank you very much for your support, Mike! Problem solved :)

    in reply to: Change the enfold breakpoint for the Portrait Mode #1245480

    Hi Victoria,
    yes!
    If resolution is > 1600px –> keep 3 boxes, one beside each other
    If resolution is < 1600px –> one box fills the screen 100% and the next is shown below the box, not beside.

    Like this my text should look good.

    Regards
    Boris.

    in reply to: Change the enfold breakpoint for the Portrait Mode #1245329

    Hi Victoria,

    Yes I need still help: how can I manage to wrap the boxes if the resolution is < 1600px?
    In the config I found, I can only switch between the 2 predefined options.

    Thanks, regards
    Boris.

    in reply to: Change the enfold breakpoint for the Portrait Mode #1245016

    I found the option where you can influence the behavior in general when editing the column settings.
    Perhaps this is a good feature request: set your own wrapper threshold.

    in reply to: Change the enfold breakpoint for the Portrait Mode #1244475

    Thanks Victoria,

    I increased the container width up to 100% and applied the css to have a smaller title. It works like this, but I do not like the 100%-width: the site seems too big now.

    If I ONLY set the title font size to 18px, the old problem this exists. See the site with page width of e.g. 796px.Text does not fit.

    ss

    Can you please assist me to have the break point of the icon boxes adjusted to < 1600px as requested?

    Kind regards
    Boris.

    • This reply was modified 4 years, 2 months ago by bbitc.
    in reply to: Change the enfold breakpoint for the Portrait Mode #1244024

    Hi,

    I exactly have the same issue. I want the icon boxes appear below each other as soon as the screen width < 1600px. Otherwise the text will not wrap and it looks ugly :(

    I already tried to enter the css code in the enfold general styling and also tried custom.css. It’s not reflected.

    
    @media only screen and (min-width:768px) and (max-width: 989px){ // also tried (max-width: 1600px)
       div .av_one_third {
            margin-left: 0%;
            width: 100%;
        }
        div .av_two_third {
            margin-left: 0%;
            width: 100%;
        }
    }
    

    Do you have a hint?
    Thanks!

    • This reply was modified 4 years, 2 months ago by bbitc.
Viewing 6 posts - 1 through 6 (of 6 total)