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.
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
Josue… you the man!
Thanks so much!
lol I was going round in circles with that :-P
Cheers
Chris
You are welcome Chris, glad to help :)
Regards,
Josue