Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #807220

    Hi there,

    I have my container width set at 1100px. However, my sliders, color sections, footer background, banners, etc. those are all displaying at about 1375 pixels wide. How do I get everything to align together, like I’ve illustrated in attached screenshot?

    Thanks in advance!

    #807281

    Hey kellyCraftMedia,

    Please try the following in Quick CSS under Enfold->General Styling:

    #main .container {
        padding:0;
    }

    Best regards,
    Rikard

    #807690

    Wonderful, thank you! That worked.

    Now… how do I reduce the amount of space between columns?

    #807694

    Actually, the only issue I see out of this is that the content in the socket is now all the way to the left and all the way to the right (no padding). Can I add just that padding back in so it doesn’t butt up agains the edges?

    Thanks!

    #808516

    Hi kellyCraftMedia,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #main #socket .container {
        padding: 0 10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #808697

    That works great!

    There’s only one thing which I JUST now noticed – the logo and navigation/menu aren’t aligned. Is there a bit of Quick CSS I can add to fix that?

    Thanks again!

    #808864

    Hi,

    I`ve checked your site and the logo looks normally. May you provide to us some screenshot?

    Best regards,
    John Torvik

    #809099

    Screenshot:

    #809240

    Hi,

    Can you try adding this as well:

    #header_main .container {padding-right:0; padding-left:0;}

    Best regards,
    Sarah

    #809970

    Perfect, thank you! We can close out the ticket now.

    Cheers!

    #810152

    Hi,

    We`re glad that your problem was solved!

    Best regards,
    John Torvik

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.