Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #127386

    stylinsmitty
    Participant

    Hi,

    I have a slider on this landing page: http://makeyourbodywork.com/try-10-in-4/

    But, it’s not showing up full-width like it does on my home page: http://makeyourbodywork.com/

    How can I make it full-width?
    Thanks!

    #127390

    stylinsmitty
    Participant

    Similarly, I’d like to be able to make any row on this page full-width so that there is no white border at the sides. See this image: http://screencast.com/t/e0Rwl5uMV

    How can I make any row full-width?

    Thanks again

    #127532

    Christopher
    Moderator

    Hi there,

    Please change your page template to full width ,more information on theme.co/x/member/kb/page-templates/.

    Hope it helps.

    #127548

    stylinsmitty
    Participant

    Thanks for the response. Unfortunately the full-width template doesn’t achieve what I’m looking for. Take a look at this screencast: http://screencast.com/t/Pyx17ab1zlO

    How can I get rid of the white gap on either side and make each row truly full-width?
    Thanks

    #127677

    Kosher K
    Member

    Hi There,

    Can you please confirm what page you have a slider?

    I try checking the page you have provided but I can’t see any slider on it,

    Additionally, you assign 88% width in Customizer > [Your-Stack] > Site Width (%) and the reason why it has white gap in both left and right,

    #127692

    stylinsmitty
    Participant

    Thanks –

    Yes, I did see that option in the Customizer but I only want a single page to be 100% width, not my entire site.

    Here’s the page: http://makeyourbodywork.com/try-10-in-4/

    And here’s where I’m stuck now: http://screencast.com/t/XxUywuqx26N

    Can you help?
    Thanks!

    #127793

    Christian
    Moderator

    Hey there,

    Please use Blank – No Container | No Header Footer page template (see http://prntscr.com/4xiq0y). That template spans the whole width of the screen and doesn’t include the header.

    Hope that helps. 🙂

    #127807

    stylinsmitty
    Participant

    Hi – Sorry, I don’t think I was very clear previously. I have tried all of the page templates and none of them give the proper result. Here is what I get when I use Blank – No Container | No Header Footer as you suggested: http://screencast.com/t/G7OYZRwA9aB

    The only template that gets rid of the blank white space on either side is the “Full Width”, but this one then shows the header (which I don’t want).

    How can I have no header AND full-width?

    Here is the page I’m working on again: http://makeyourbodywork.com/try-10-in-4/

    Thanks for your help!

    #127890

    Christian
    Moderator

    Please try adding the code below in the Appearance > Customize > Custom > CSS while still using Blank – No Container | No Header Footer template

    .page-id-3390 .site {
    width: 100% !important;
    }

    Thanks.

    #127970

    stylinsmitty
    Participant

    That did it! Thank you!

    #128034

    Christopher
    Moderator

    You’re welcome.

    #793015

    nathan123
    Participant

    I have the X theme…trying to add a full width slider image to the homepage http://www.mokslaw.com . Page template is set to full width…no parent. I know my designer could figure this out but for me…someone will limited skills…am hoping this won’t require code inserts or anything. Thanks.

    #793809

    Rad
    Moderator

    Hi there,

    The template that’s currently active for your page is full-width with the container. Full-width only means that there is no sidebar, but it can have a container. And it’s the container that limits the inner content and your slider. What you need is the Blank – No Container | Header, Footer template 🙂

    Hope this helps.