Free and Premium WordPress Plugins & Themes Forums WordPress Themes Alpenhouse Sidebar on accommodation pages
- This topic has 6 replies, 2 voices, and was last updated 4 years, 5 months ago by Andre Flores.
- AuthorPosts
- June 3, 2020 at 12:45 pm #962338Talha Umer FarooqiParticipant
hi
there is a default accommodation page that i am using as butt lodges 1.i created another one through saving the original as template and re created as butt lodges 2.
now both pages appear ok but on butt lodges 2 (template based) page there appears a sidebar, how can we hide it?
URL list from Wednesday, Jun. 3 2020 17:43 PM
Butt Lodges I | Butt Brothers Group:
Butt Lodges 2 | Butt Brothers Group:
June 4, 2020 at 7:12 am #962620Andre FloresModeratorHi, Talha!
Add the following code under Appearance ->Customize ->Additional CSS:
.page-id-876 #secondary { display: none; } .page-id-876 #primary { width: 100%; } .page-id-876 #main { max-width: 100%; } .page-id-876 .wrapper.clear { width: 100%; max-width: none; } @media (min-width: 992px) { .page-id-876 .wrapper { padding-left: 0; padding-right: 0; }}
This will make the Butt Lodges 2 page looking like Butt Lodges 1 page.
Regards,
AndreJune 9, 2020 at 7:10 pm #964781Talha Umer FarooqiParticipantI have applied the same to the homepage also but now the footer is being cropped from the left…
June 10, 2020 at 8:57 am #964914Andre FloresModeratorHello, Talha!
Does this happen on specific screen resolution? I have checked your Home page and the footer looks fine: https://prnt.sc/sx2p3u. Let me know if you have managed to resolve the issue.
Regards,
AndreJune 10, 2020 at 9:42 am #964930Talha Umer FarooqiParticipantHi it’s on all screens, but this issue is specifically on the homepage…
https://pasteboard.co/Jcq923M.pngJune 10, 2020 at 10:01 am #964937Talha Umer FarooqiParticipantTesting on chrome
June 11, 2020 at 6:50 am #965370Andre FloresModeratorHello, Talha!
I was able to replicate the issue on specific screen resolution. In order to fix it add the following CSS code under Appearance ->Customize ->Additional CSS:
@media (min-width: 992px) and (max-width: 1469px) { .site .site-wrapper .site-footer .content-bottom-widgets { margin: 0 auto; }}
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.