Testimonials and blog... swap places possible ?

Discussion in 'Compass WordPress Theme' started by trasgu, Jun 12, 2014.

Thread Status:
Not open for further replies.
  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Goooooood day friends!!
    Here I am again with a bit of a tricky issue with this lovely theme, is it possible to swap Blog and Testimonials areas??, so the blog places itself in the left and the testimonials on the right...:rolleyes:

    Also, when I upload the photos for the testimonials, I see them a bit blurry and not so clear as the ones you have used as model... http://unalccj.cantabriasinfronteras.org ...at this other project for another NGO, testimonial photos also show up blurry.... http://www.iniciativa-comerciojustocolombia.org o_O

    And one more little thing, at the main menu I happen to have for this new NGO project too many menus, is it possible to make some "CSS Magic" so all menus fit in one line?? ;)

    Thx again 4 your time and kind help as always !!!!
    Best regards,
    Jose
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    1. For your first issue
    Please download "front-page.php" file attached and replace it with your current "front-page.php" file.
    2. For your second and third issue
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .testimonial_wrapper .testimonial_thumbnil img {
    width: auto;
    height: auto;
    }
    #menu .ddsmoothmenu li a {
    padding: 5px 15px 5px 9px;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     

    Attached Files:

    trasgu likes this.
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Excellent Gourav, thx again for your quick and great tip ;) I have one more little thing to request to make this area look a bit more easy to read... is it possible to add a little bit of space in the middle of both areas? and also, can we justify text in both areas with CSS?

    Thx tons dear friend ((( namaste )))
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .blog_slider_wrapper {
    margin-left: 10px;
    margin-right: 40px;
    }
    .feature_testimonial {
    margin-right: 10px;
    margin-left: 20px;
    }
    div.feature_blog_content p {
    text-align: justify;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     
    trasgu likes this.
  5. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Brilliant Gourav, it worked just GREAT, now the site is looking much nicer :)
     
Thread Status:
Not open for further replies.

Share This Page