Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1230603
    Evan B
    Participant

    Hello all, I am currently having an issue with the following website, http://www.nitrotrailers.com with customizing the Global CSS under customize. I have written code in there already, but I cannot add to it now. Let me know what you may think is the issue, and I can give out login credentials if need be. Thank you!

    #1230901
    Prasant Rai
    Moderator

    Hello Evan,

    Thanks for writing in!

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1231262
    Evan B
    Participant
    This reply has been marked as private.
    #1231315
    Paul R
    Moderator

    Hi,

    Can you try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thanks

    #1232077
    Evan B
    Participant

    I did try testing them, the only that I suspect is Wordfence may be giving me issues, when I deactivated the plugin, it gave me the ERROR, total bytes allocated deal. The other ones all worked.

    All I’m really trying to do is make the header full size on my website, http://nitrotrailers.com. I’ve gotten the code before from another website I did a year ago.

    #1232495
    Paul R
    Moderator

    Hi Evan,

    It’s a memory issue, kinldy add this in your wp-config.php file located at the root directory of your site.

    
    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );
    

    You may add it before this line.

    /* That’s all, stop editing! Happy blogging. */

    The FTP login provided is not working.

    Thanks

    #1233230
    Evan B
    Participant

    Perfect! That worked. Now, is there a code I can use to make the width and height of the header 100%? I used this code from another website I did, but it wasn’t a full width website either. Any help is appreciated, thank you.

    .x-container-fluid.width {
    width: 100%;
    }

    .x-logobar .x-logobar-inner .x-container.max.width,
    .x-navbar-inner .x-container.max.width {
    width: 100%;
    max-width: 100%;
    }

    #1233449
    Rupok
    Member

    Hi there,

    Your container is already fullwidth with the above code. Let’s add this CSS to make the logo fullwidth :

    .x-brand, .x-brand.img > img {
      display: block;
      width: 100%;
    }

    Cheers!

    #1233462
    Evan B
    Participant

    Excellent, works perfect thank you!

    #1233561
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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