Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1187527

    Jay B
    Participant

    Hi X,

    I’ve had to rebuild the home page of the below site in order to duplicate some menu items and save weeks of data input. I duplicated the site so that I had a copy of the front page.
    http://jimmyspizza.uk

    I’m in the middle of rebuilding the front page now but I can’t for the life of me achieve the same left and right padding that I achieved in this copy of the site http://temp.tkmma.co.uk (this works tremendously and perfectly loses the padding on a mobile which is why I don’t want to use cornerstone and rather use the “slider below masthead” option in X)

    I’ve checked all CSS, mimicked the slider settings (infact exported and imported all settings) but I can’t get it to sit right. All of the images aren’t working the way they were either but I believe this is because of the slider messing around.

    Any ideas how I can get around this whilst using the “slider below masthead” option?

    Thanks

    Jay

    #1187533

    Jay B
    Participant
    This reply has been marked as private.
    #1187535

    Rue Nel
    Moderator

    Hello Jay,

    Thanks for writing in! Simply edit your slider and make sure that you have the same settings. Your slider type and layout must have the same settings. If you have applied custom grid size, you also need to make sure that they are the same.

    Hope this helps.

    #1187616

    Jay B
    Participant

    Hello,

    I was pretty sure I mentioned that “Iโ€™ve checked all CSS, mimicked the slider settings (infact exported and imported all settings) but I canโ€™t get it to sit right.”

    Honestly – I wouldn’t write in if I hadn’t checked everything that I said I did.

    I’ve checked this multiple times to no avail. Is there something that I’m missing?

    I’ve managed to copy everything over now as you can see so it looks the same but the slider just won’t contain…

    #1187632

    Rad
    Moderator

    Hi there,

    I went ahead and set your slider to full-width. You original slider is full-width too, it’s on the settings section of your slider.

    Thanks!

    #1187645

    Jay B
    Participant

    Nooooo! Thanks for the effort but you’ve messed it up! I had it in “Auto” on both, not “Full Width” but they showed different!

    Could you please read the first message again?

    I need to copy the slider the way it worked in http://temp.tkmma.co.uk

    #1187648

    Jay B
    Participant

    Now as you can see the pictures are not contained in their borders as they once were in http://temp.tkmma.co.uk and the slides are all messed up…

    It should have looked the way it was looking… You edited the wrong website. As I stated in the first message – “it works tremendously in http://temp.tkmma.co.uk

    #1187678

    Rad
    Moderator

    Hi Jay,

    You’re right since the page template is Blank – No Container. Auto is sufficient, upon checking and importing your slider on my installation, it correctly shows the slider same as this http://jimmyspizza.uk/.

    Now, upon more checking on this site of yours http://temp.tkmma.co.uk/, no matter what size I add, it always stays on 1300px. There something on your site that is affecting your slider, there is no problem with the slider.

    Please try it on other installation, or on fresh installed WordPress.

    Thanks!

    #1187705

    Jay B
    Participant

    But temp.tkmma.co.uk isn’t the site i’m having problems with? This is the original site that I had built and imported. The site I am having problems adjusting the size on is jimmyspizza.uk

    So the look I am trying to achieve is that of the same as temp.tkmma.co.uk but doesn’t seem to want to work the same as temp, are you saying that jimmyspizza.uk is corrupt too? I really don’t think it is…

    #1187729

    Paul R
    Moderator

    Hi Jay,

    You can try adding this in your Custom > Edit Global CSS in the customizer.

    
    
    .home .x-slider-container.below {   
        max-width: 1300px;
        margin: 0 auto;
    }
    

    Hope that helps.

    #1187741

    Jay B
    Participant

    Beat you to it Paul ๐Ÿ˜‰

    Didn’t want to overload with CSS but thanks anyway…

    #1187784

    Paul R
    Moderator

    You’re welcome! ๐Ÿ™‚