You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
I'm working on a client's site and it's going great so far. I have one minor problem, though. On most of the pages I want to use full-width rows. So what I did was this:
In header.php, I took out the div class="row" to disable this container on my whole site. This allows me to do full-width designs on any page (see below).
Then I would place that row I deleted (the div class="row") on page where I did want a container, and the full-width effect was gone because that page had a container (see below).
So that works great. However, I noticed my blog page was all wonky now. I thought to myself, "okay, lets just put in the div class="row" in the content.php page, which will put the blog right back into a container and it will solve the problem! Nope, it didn't. My blog page still looks like this:
Any idea how to fix this? This is the only problem left on my site and it's driving me nuts! Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I added the 'row' div into my index.php page, and it came out like so:
So I took it out and it's back to being all wonky. What I did do was add the div class of 'row' that I originally took out (to enable full width), back into the header.php file where it was originally. The blog does work now, however my other full width pages look like this:
So now that the blog page works fine, my question is - how do I make these rows full-width instead of them being inside a container? They're currently inside a container because in header.php, the container starts (and then in footer.php the container ends).
Hey all,
I'm working on a client's site and it's going great so far. I have one minor problem, though. On most of the pages I want to use full-width rows. So what I did was this:
Any idea how to fix this? This is the only problem left on my site and it's driving me nuts! Any help would be appreciated.
The text was updated successfully, but these errors were encountered: