Viewing 6 replies - 1 through 6 (of 6 total)
  • Try this CSS in a custom css plugin or a child theme:

    .footer .block {
    float: left;
    text-align: left;
    margin: 10px 20px;
    width: 20%;
    }
    Thread Starter Dipak3481

    (@dipak3481)

    no effect after using this code:

    Current Code in footer.php is as follows :

    </div><!– #main –>

    <div class=”footer”>
    <div class=”wrap”>
    <div class=”block”>
    <h2><span>Ahmedabad:</span></h2>
    <p> Registered Office:

    <p> 102, Shanti Arcade, 132′ Ring Road,
    Naranpura, Ahmedabad – 380 013 India </p>
    <p> Telefax : +91-79-27496737, 27494266
    E-mail : [email protected]</p>
    <p>Website: https://www.praveg.com</p&gt;
    </div>
    <div class=”block”>
    <h2><span>New Delhi:</span></h2>
    <p>605, 6th Floor, Naurang House,
    21 K G Marg,
    New Delhi – 110001</p>
    </div>
    <div class=”block”>
    <h2><span>Mumbai (Thane):</span></h2>
    <p>3, Ground Floor, Rutu Business Park,
    Nr. Vrundavan Bus Terminal,
    Service Road,
    Thane (West) – 400601 </p>
    </div>
    <div class=”block”>
    <h2><span>Sydney:</span></h2>
    <p>16/227-231, Targo Rd, Girraween,
    NSW: 2145, Sydney,
    Australia
    +61 469785006, +91 9825061196</p>
    </div>
    </div>
    </div>
    <div class=”copy”>
    <div class=”wrap”>? Copyright 2014, Praveg Communications Pvt. Ltd.</div>
    </div>

    Where did you put the CSS. It’s not present on your site?

    Thread Starter Dipak3481

    (@dipak3481)

    Sorry Dave Naylor….Actually I am not that much technical …i got it done from one free lancer before a month but now he is not available ..I don’t know how to solve this …I am login through WP-ADMIN log in what else details I should provide which can be helpful to short out this ??

    Install the custom css plugin I linked to above. Once installed, go to Dashboard -> Appearance -> Custom CSS. Insert the CSS I outlined above into the editor and save. Done!

    Thread Starter Dipak3481

    (@dipak3481)

    Thax Dave Naylor

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to Make Footer Text of Addresses allign’ is closed to new replies.