Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #455846

    Loving the theme :-)

    I am having a slight problem with my main content container… I had the product grid edges lined up with the slider edges, I must have changed something, now the content is far narrower than the slider, I just can’t find what I have done… I can’t even get it to line up while juggling it about with inspect element :-/

    Cheers

    Chris.

    #455857

    Hi Chris!

    Something in your Quick CSS is nullifying the custom width container code, i believe is this:

    @media only screen and (max-width: 767px) {
    .responsive .logo {
    float: right;
    }
    

    Missing closing brace “}”.

    Best regards,
    Josue

    #455882

    Josue… you the man!

    Thanks so much!

    lol I was going round in circles with that :-P

    Cheers

    Chris

    #455885

    You are welcome Chris, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘layout container width’ is closed to new replies.