Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1004095
    8BITdigital
    Participant

    Hi, I have a problem and need some help. The footer does something weird. On certain pages, the 4 columns are perfect, on some pages, the 4th column moves to the next line, please help.

    http://mci.rocketstar.co.za (the footer is perfect here)
    http://mci.rocketstar.co.za/solutions/accounting/ (footer gone funny)

    thank you!

    #1004455
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Please do check your child theme’s style.css. Upon inspection, I’ve seen some code that may have conflict with the other pages. I found this code:

    footer .x-column {
    	margin-right:0!important;
    }
    
    footer .x-column.x-1-4:first-child {
    	width:30%;
    	padding-right: 20px!important;
    }
    footer .x-column.x-1-4 {
    	width:18%;
    }

    This block of code changes the width of the columns in your footer. This might be the cause of the issue.

    #1004662
    8BITdigital
    Participant

    Hi, thanks for the reply! That code was actually commented out, so it can’t be that… any other ideas?

    #1004678
    Rupok
    Member

    Hi there,

    Thanks for updating. Would you take off all your custom code for a while and check again?

    Cheers!

    #1004716
    8BITdigital
    Participant

    Hey, ok cool, I have renamed my styles.css file in the child theme so that it doesnt work, but the footer still behaves the same way?

    http://mci.rocketstar.co.za/solutions/accounting/ (not-so-much)

    http://mci.rocketstar.co.za/ (perfect)

    #1004775
    Lely
    Moderator

    Hello There,

    Upon thorough checking, this might be because of your customization. You do have a hidden sidebar on that page but then your page content is fullwidth. Please try to add this CSS:

    footer.x-colophon.top {
        clear: right;
    }

    We have to clear the sidebar position. Now you will see the footer will be ok and hidden sidebar will appear. Is the sidebar intended to be there? Then why the page is fullwidth. Please clarify.

    Hope this helps.

    #1004834
    8BITdigital
    Participant

    Thank you so much! Your support has been amazing!
    How do I remove that sidebar? That side bar is only supposed to be on the posts (archive) page?

    #1004840
    Christopher
    Moderator

    Hi there,

    Please provide us with URL of page in question which you want to remove sidebar.

    Thanks.

    #1004846
    8BITdigital
    Participant

    I ONLY want the sidebar on this page:
    http://mci.rocketstar.co.za/mci-news/

    #1004857
    Lely
    Moderator

    Hi There,

    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
    – Files you have edited for this sidebar

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

    #1004943
    8BITdigital
    Participant
    This reply has been marked as private.
    #1005001
    Paul R
    Moderator

    Hi,

    We need your ftp login credentials to be able to check on this.

    Please provide the following info in private reply

    – FTP Host
    – FTP Username
    – FTP Password

    Thanks

    #1005172
    8BITdigital
    Participant
    This reply has been marked as private.
    #1005194
    Christopher
    Moderator

    Hi there,

    Do you want o remove sidebar from pages like this http://mci.rocketstar.co.za/how-to-save-55-in-annual-recruitment-spend-using-direct-hire-recruitment-software/?

    Please add following code in Customize -> Custom -> CSS :

    .single .x-sidebar {
        display: none;
    }

    Hope it helps.

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