nature pro about us 2 columns only

Home Forums All Other Themes nature pro about us 2 columns only

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #45513
    BrandonBrandon
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: June 15, 2016

    Hello!

    How would I go about removing the middle column that has your latest posts, just leaving the about us and testimonials section?

    The site is green-fury.com. thanks!

    #45514
    BrandonBrandon
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: June 15, 2016

    Also, the top bar is much larger than required, where in the css can I play around with the size that it comes down from the top?

    Thanks

    #45539
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .footer-column:nth-child(2) { display:none;}
    .header .header-inner .nav ul { margin-top:10px;}
    .header .header-inner .logo img { height:60px;}
    .header .header-inner .nav ul li a { padding-bottom:30px;}

    Regards,
    Shri

    #45694
    BrandonBrandon
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: June 15, 2016

    Worked perfect!

    Say I just want to get rid of the entire testimonials/about us (all 3 removed, not just the middle posts) what would I add to the css?

    Thanks!

    #45798
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    #footer .footer-top { display:none;}

    Regards,
    Shri

    #45990
    BrandonBrandon
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: June 15, 2016

    Worked perfect!

    Thanks so much

    #46028
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘nature pro about us 2 columns only’ is closed to new replies.