Expand blog and remove testimonial

Discussion in 'Compass WordPress Theme' started by marinos13, Nov 24, 2014.

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

    marinos13 Member

    Joined:
    Jun 27, 2014
    Messages:
    80
    Likes Received:
    3
    Location:
    Cyprus
    Hello
    I just remove testimonial from page http://www.shockelectric.eu/ by adding the code:
    Code:
    .grid_12.testimonial.alpha
    {
    display:none;
    }
    
    But the latest blog section didnt expanded.
    Please advice
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To expand latest blog section you have to edit front-page.php file as shown below in screenshot.

    25nov1.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    marinos13 likes this.
  3. marinos13

    marinos13 Member

    Joined:
    Jun 27, 2014
    Messages:
    80
    Likes Received:
    3
    Location:
    Cyprus
    Thanks! Is it possible to have 2 blog items there instead of 1?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    It will take lots of customization. This slider shows only one post at a time we have to remove that slider and use another slider for that and some other customizations.

    Thanks & Regards
    Yogesh Bhade
     
  5. marinos13

    marinos13 Member

    Joined:
    Jun 27, 2014
    Messages:
    80
    Likes Received:
    3
    Location:
    Cyprus
    I see...
    At least can we mofy image to in the middle or take more space?
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider li.blog_item .flex_thumbnail img {
    width: 270px;
    }
    You can increase width of image in above code according to your need.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. marinos13

    marinos13 Member

    Joined:
    Jun 27, 2014
    Messages:
    80
    Likes Received:
    3
    Location:
    Cyprus
    Thanks A lot!
     
Thread Status:
Not open for further replies.

Share This Page