Tagged: x
-
AuthorPosts
-
May 22, 2016 at 2:29 pm #1004095
8BITdigitalParticipantHi, 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!
May 22, 2016 at 9:09 pm #1004455
Rue NelModeratorHello 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.
May 23, 2016 at 12:56 am #1004662
8BITdigitalParticipantHi, thanks for the reply! That code was actually commented out, so it can’t be that… any other ideas?
May 23, 2016 at 1:20 am #1004678
RupokMemberHi there,
Thanks for updating. Would you take off all your custom code for a while and check again?
Cheers!
May 23, 2016 at 1:56 am #1004716
8BITdigitalParticipantHey, 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)
May 23, 2016 at 2:50 am #1004775
LelyModeratorHello 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.
May 23, 2016 at 3:47 am #1004834
8BITdigitalParticipantThank 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?May 23, 2016 at 3:51 am #1004840
ChristopherModeratorHi there,
Please provide us with URL of page in question which you want to remove sidebar.
Thanks.
May 23, 2016 at 3:55 am #1004846
8BITdigitalParticipantI ONLY want the sidebar on this page:
http://mci.rocketstar.co.za/mci-news/May 23, 2016 at 4:02 am #1004857
LelyModeratorHi 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 sidebarDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
May 23, 2016 at 5:39 am #1004943
8BITdigitalParticipantThis reply has been marked as private.May 23, 2016 at 6:24 am #1005001
Paul RModeratorHi,
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 PasswordThanks
May 23, 2016 at 8:26 am #1005172
8BITdigitalParticipantThis reply has been marked as private.May 23, 2016 at 8:39 am #1005194
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1004095 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
