Feature Box how to set image on right, description on left

Hello, I want to place image on right on some feature box and desc on left. How can I do it? Any css or setting is possible?

Comments

  • Hi,
    try out this custom css 
    .feature_box .feature_box_wrapper .photo_wrapper {
    float:right !important;
    }
    .feature_box .feature_box_wrapper .desc_wrapper {
    float:left !important;
    }
  • edited July 2017
    I try this, it made all feature box so I change a little it to effect only some feature box like this;

    .rightimage .feature_box .feature_box_wrapper .photo_wrapper {
    float:right !important;
    }
    .rightimage .feature_box .feature_box_wrapper .desc_wrapper {
    float:left !important;
    padding-left: 0px;
        width: 46%;
        padding-right: 4%;
    display: table-cell;
        vertical-align: middle;
    }

    But this time description text not shown middle of wrapper.

  • I do not understand, you wanted the text on the left.
  • I want to text on left, but this time text not shown middle of left.
  • Is there anywhere a list of custom css items. I would like to make a few specific changes, but how do I find out where to change?
    Regards, Mabon
  • @ismailozcelik2006 I do not understand, please be more specific. Send a screenshot.
    @mwunder Sorry but we do not have such a list. You will have to state your problem and we will then help.

Sign In or Register to comment.