Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1335738
    anitaswebdesign
    Participant

    The URL is https://www.careercompasscanada.com/. If you compare with http://ccc.anitaswebdesign.com/ you’ll see what I mean.

    I’m having an issue with the mobile version.
    I have two screenshots attached.

    The first one shows an accordion, the whole width.
    The second one shows the accordion but is not the whole width.

    I’m having trouble getting the accordions to go the whole width.

    Also, the footer is supposed to be transparent, showing the footer content and blue background image.

    #1336132
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > Global CSS in the Customizer.

    @media (max-width:  480px) {
    	.home .entry-wrap {
    	padding-left: 0;
    	padding-right: 0;
    	}
    
    	.home #x-section-1 .x-container.width {
    	    width: 100%;
    	}
    }

    But first check your entire custom CSS here: http://csslint.net/ and resolve the errors.

    Thanks.

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