Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1236107

    Hi,
    Is it possible to disable the break point of a specific row? There are some rows on my page where I would like to maintain two 1/2 columns next to each other on all devices/browser width.

    #1236113

    Hey jpamoroso,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1236114
    This reply has been marked as private.
    #1236117

    Hi,

    We can try css to keep them sized to 50%. Is it for the full width rows showing on the link you provided?

    Best regards,
    Jordan Shannon

    #1236120
    This reply has been marked as private.
    #1236155
    This reply has been marked as private.
    #1236213

    Hi jpamoroso,

    I am not seeing the section on the link you shared. Can you point us to the page with the issue?

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    • This reply was modified 4 years, 11 months ago by Victoria.
    #1236252
    This reply has been marked as private.
    #1236278
    This reply has been marked as private.
    #1236309

    Hi jpamoroso,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:989px){
       .responsive #top.page-id-949 #wrap_all  .av_one_half {
            margin-left: 1%;
            width: 42%;
            float: left;
        }
    }
    

    We normally try to reply within 24hours, but if the thread is updated by a comment it goes to the end of the queue again and so we do not get to it fast enough. So we do not recommend bumping the threads.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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