Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #989460

    The content looks great on desktop and laptop, but shifts to the left on mobile. How can we center?

    #989469

    Hey tonyshanks,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Phone info fix */
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet .phone-info {    
        clear: none!important;
        text-align: left !important;
    }}
    
    
    

    Best regards,
    Vinay

    #989472

    Didn’t work. columns are still shifting left see attached screen shot.

    #989606

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 990px) {
    .grid-entry {
        padding-right: 0;
    }
    }

    Best regards,
    Rikard

    #989864
    This reply has been marked as private.
    #989919

    Hi tonyshanks,

    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: 990px) {
      .grid-entry {
        padding-right: 0px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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