Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #976081

    HI,

    On this page, ONLY on mobile I would like to display 2 column instead of one stack ontop of eachother

    Thanks

    #976125

    Hey navindesigns,

    Thank you for using Enfold.

    Use this css code to adjust the column width on mobile view.

    @media only screen and (max-width: 767px) {
    .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth.flex_column_div, .responsive .avia-content-slider-inner .av_one_fourth.flex_column_div {
        margin-left: 4%;
        width: 48%;
    }
    }

    Let us know if it helps. You may need to purge the cache afterwards.

    Best regards,
    Ismael

    #977021

    I am sorry but that did not work

    #977276

    Hi,

    Thanks for the update.

    We modified the code a bit. It should work now. Don’t forget to remove the browser cache or hard refresh the page.

    Best regards,
    Ismael

    #977292

    i am sorry but I just changed my columns to “equal height” and it not showing properly on mobile. I should have told you I wanted equal height columns. sorry about that

    #977318

    Also now columns on other pages are now rendering correctly on mobile.

    Ex- http://www.gt20.ca/match-schedule/

    Please help

    #977320

    Here is my login if you need it

    #977397

    Hi navindesigns,

    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: 767px) {
      .responsive #top .container .av-content-small, 
      .responsive #top #wrap_all .flex_column, 
      .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-left: 2%;
        width: 48%;
        float: left; /* added this line to the Ismael's code*/
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #977486

    Thanks

    Some columns towards the bottom (with long title names) are appearing incorrectly.

    http://www.gt20.ca/montreal-tigers

    #977796

    This page including the footer widgets are broken. Pls help

    #978591

    Hi,

    I just loaded the page and I can see it just fine.
    Are you sure you are having problems?

    Best regards,
    Basilis

    #978620

    here are some mobile screenshots

    https://imgur.com/a/hDhngC6 – homepage – http://www.gt20.ca/

    https://imgur.com/a/NW9E3Zq – team page – http://www.gt20.ca/montreal-tigers/

    #979593

    Hi,
    For the /montreal-tigers/ page I found that your page began with a single full column that the css was changing the width to match the other 1/4 team columns, so I changed the css to target only the 1/4 columns. Then I added a min-height to the team columns so they all would match the ones that have a larger caption. I also added a page ID to the css so it will not interfere with other pages, and removed the duplicate code in the Quick CSS. This seems to solve this issue. Please clear your browser cache and check.
    2018-06-30_090955
    For the 1/4 columns at the top of your homepage, I added this css:

    @media only screen and (max-width: 767px) {
        .responsive #top.home #wrap_all .flex_column.av_one_fourth {
          margin-left: 2%;
          width: 48%;
          float: left;
        }
      }

    But I’m unsure if you want the same for the team logo area on the home page as they are 1/3 columns, and look good full width on mobile, in my opinion.
    Please advise.

    Best regards,
    Mike

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