Blog text & image

Discussion in 'Woodpecker WordPress Business Theme' started by crystal0811, Aug 25, 2014.

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

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
  2. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I'd also like to make the image on that page be smaller than the image on the actual blog. How can I do this?
     
  3. Yogesh

    Yogesh Guest

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

    Use following CSS to fix this problem.
    Code:
    .post .thumb {
    max-width: 100%;
    float: left;
    margin-right: 15px;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  4. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div.post{
    clear:both;
    }
    .post .thumb
    {
    max-width:35%;
    }
    .post-content.clear
    {
    clear:right;
    }
    Thanks & Regards
    Pramod
     
  6. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Thank you!!
     
Thread Status:
Not open for further replies.

Share This Page