Tagged: x
-
AuthorPosts
-
October 27, 2016 at 10:05 am #1233262
mahmoud237ParticipantI wany to change all my work pages to be blank ( No container – Header -footer )
Here is how one of the pages looks now :
http://www.sonmezselin.com/work/chesmate/
I want to remove all the default things on it
October 27, 2016 at 10:07 am #1233266
mahmoud237ParticipantThis reply has been marked as private.October 27, 2016 at 10:25 am #1233290
mahmoud237ParticipantI make it blank by custom CSS
.x-header-landmark { display: none !important; } .single .entry-featured { display:none; } .p-meta { display: none; } .single header.entry-header { display: none; }But I still to make it with no container … How can I do that ?
October 27, 2016 at 12:23 pm #1233491
RupokMemberHi there,
Thanks for writing in! You can add this CSS as well :
.single-work .x-section .x-container { max-width: 100%; width: 100%; }Hope this helps.
Cheers!
October 27, 2016 at 12:29 pm #1233498
mahmoud237ParticipantThanks but that didn’t work
October 27, 2016 at 12:35 pm #1233507
mahmoud237ParticipantI updated the code to that.. it worked but the menu also becomes with no container :
.single-work .x-container { max-width: 100%; width: 100%; }Also, I still want to remove the white default padding on top and bottom .. How can I do that ?
===========================================
I want the work pages to be full width with no container .
October 27, 2016 at 2:05 pm #1233628
RupokMemberHi there,
Let’s use this code instead :
.single-work .x-container { max-width: 100%; width: 100%; } .single-work .x-navbar .x-container { max-width: 1200px; width: 88%; } .single-work .x-container.offset { margin: 0 auto; }That will remove the white space as well.
Cheers!
October 27, 2016 at 3:11 pm #1233717
mahmoud237ParticipantGreat it worked but there is still top padding
October 27, 2016 at 3:29 pm #1233732
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.single-work .entry-content.content { margin-top: 0 !important; }Thanks.
October 27, 2016 at 4:59 pm #1233857
mahmoud237ParticipantThanks for your time and help … Worked perfectly 🙂
October 27, 2016 at 11:22 pm #1234224
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1233262 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
