-
AuthorPosts
-
January 4, 2016 at 9:32 am #730926
Hi Miles,
Your website is under construction, would you mind providing us with your admin account so we can take a closer look?
Don’t forget to select Set as a private reply. This ensures your information is only visible to our staff.
Many thanks.
January 4, 2016 at 12:13 pm #731198This reply has been marked as private.January 4, 2016 at 12:15 pm #731201I want this (and all of my posts) to be fullwidth with no container – http://www.freematchedbetting.com/offers/test-bookmakers-bet-20-get-10/
Just like it would show on a page template with no container.
Thanks,
MilesJanuary 4, 2016 at 2:13 pm #731373Are you able to look at this for me?
January 4, 2016 at 3:21 pm #731459Hi There,
To make all your posts individual page take full-width. You can add this under Custom > JavaScript in the Customizer.
(function($) { $( ".single .x-container.offset" ).removeClass( "max width" ) })(jQuery);
Then this on Custom CSS
.x-container.offset {margin-top: 0;margin-bottom: 0;}
Hope it helps, Cheers!
January 4, 2016 at 5:59 pm #731639Hi, that made the footer larger and did not do anything to the container?
January 4, 2016 at 10:49 pm #731937Hello Miles,
Can you please try adding this CSS instead:
.single .x-container.max.width.offset { width: 100%; max-width: none; }
Hope this helps.
January 5, 2016 at 5:38 am #732354Thanks,
That has removed the gaps at the side, but not at the top or bottom.
Also, I want the section (as you can see in blue with the title in) to be full width. And the rest of the page.
Is there a way to remove any padding that might be around this?
Thanks,
MilesJanuary 5, 2016 at 7:11 am #732479Hi there,
Update your code to :
.single .x-container.max.width.offset { width: 100%; max-width: none; margin: 0; }
Add this :
.single .entry-wrap { padding-right: 0; padding-left: 0; }
Hope it helps.
-
AuthorPosts