Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to remove excess Divs #17

Open
rcass opened this issue Jun 22, 2018 · 0 comments
Open

Try to remove excess Divs #17

rcass opened this issue Jun 22, 2018 · 0 comments

Comments

@rcass
Copy link

rcass commented Jun 22, 2018

In some files, there seems to be an abundance of divs, I think many of which could be removed and just more strategic CSS would be the solution.

Here are some examples of where some divs could be removed:

<div class="contact-main">
<div class="contactandfaq">
<div class="contact-top">
<h2 class="contactus"> contact us </h2>
<div class="contact-button1">
<a href="#faq">faq</a>
</div>
</div>
<aside class="sidebar-2" id="sidebar-2">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-2') ) ?>
</aside>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant