• Resolved DevUI

    (@adsvui)


    Please check this error.

    It is in a row and does not break a line.

    The bug has appeared since version 1.1.6 until now.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @adsvui

    Text was in span tag so that line was not break on paragraph. Please delete span tag and add<br/>tag to break the line or you can hit enter in keyboard on visual mode editor to break the line via paragraph tag.

    Thanks ??

    Thread Starter DevUI

    (@adsvui)

    I do not know. Issue from widget. I also found the width to be too large.

    Can you fix the theme for the newer version?

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @adsvui

    Seems like you are talking about latest product widget in sidebar. That widget is basically design for homepage section not for sidebar. So that was not theme issue. But if you want to use it in sidebar then you can use the following code in additional CSS box:

    .edigital_latest_products .mt-container {
    	width: 100%;
    }
    .latest-products-wrapper .single-product-wrapper {
    	width: 98%;
    	margin: 0 auto 20px;
    	float: none;
    }

    Thanks ??

    Thread Starter DevUI

    (@adsvui)

    OK, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘EDigital: Latest Products – Widget’ is closed to new replies.