Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1289167
    sactown024
    Participant

    My home page has a few issues. Number one is the alignment on mobile devices. When viewing on a desktop browser everything is center aligned as intended. However, when viewing on a mobile device the everything becomes skewed to the right margin.

    Issue number 2 is with rev slider. My home page slider was working fine up until a few weeks ago. Now it is no longer responsive.

    homepage: http://www.natecreamer.com

    TYIA

    #1289260
    sactown024
    Participant

    I am having same issue on this page: http://www.natecreamer.com/fitness-pricing/

    The text doesnt respond correctly. it sits right up against the left side of the screen, the padding is removed when I resize.

    #1289403
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! I can see the issue in the page mentioned in your reply. To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(max-width: 767px){
      .x-content-band.marginless-columns .x-container {
        width: 79%;
      }
    }

    Hope this helps. Please let us know how it goes.

    #1290770
    sactown024
    Participant

    Hmm that didnt seem to work. Please see attached image.

    #1290908
    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    @media (max-width: 767px) {
    .x-container.wpb_row img {
        margin: 0 auto;
    }
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1289167 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>