Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Follow this step :

    Step 1 :

    Open your http://latestmobilephones.org/wp-content/themes/expound/css/expound.css this css file

    -> line number 565 in replace this class

    .featured-content .has-post-thumbnail .entry-thumbnail {
    width: 50%;
    }

    To

    .featured-content .has-post-thumbnail .entry-thumbnail {
    float: right;
    width: 50%;
    }

    -> line number 578 in replace this class

    .featured-content .has-post-thumbnail .entry-header, .featured-content .has-post-thumbnail .entry-summary, .featured-content .has-post-thumbnail .entry-meta {
    margin-left: 50%;
    padding-left: 10px;
    }

    To

    .featured-content .has-post-thumbnail .entry-header, .featured-content .has-post-thumbnail .entry-summary, .featured-content .has-post-thumbnail .entry-meta {
    padding-left: 10px;
    }

    Apply this and check again.

    Thread Starter Mary Dowdy

    (@marydowdy)

    Thank you for your quick response Laxman but its not working (and let me mention that i have created a child theme too and it is acticated)

    Oh, Thanks for replay to me

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    I don’t see a Google ad anywhere in that sidebar. Are you still having trouble with this?

    Thread Starter Mary Dowdy

    (@marydowdy)

    yes the problem is solved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how can i change the position of "text" widget’ is closed to new replies.