Moving DIV's around?
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
I wanted the header and the footer to extend left to right.
so I placed the <div>’s outside the original container.
on my “child theme”
this used to be the original config:
<bg-gradient>
–<container>
—-<header>
—-<nav>
—-<footer>
then I changed into this:
<bg-gradient>
–<header>
–<nav>
–<container>
–<footer>
will there be issues because of this? or is there a more
recommended way to extend the header and footer through css maybe?
this is the site i’m building http://idreamofphilippines.com/
Which file did you move these around in?
If you copied those two files to your child theme folder and made the changes there, then no, there shouldn’t be any problems, because you didn’t hack the theme’s files. The only difficulty will be when you next update the theme, any changes to those files will not be reflected in your child theme.
Viewing 4 posts - 1 through 4 (of 4 total)
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.
Made with by Graphene Themes.