i have 2 problem in post page
first in this image in browser mobile 768 – 1024
pleae veiw this link

i add custom code css in backend but problem not solve
second problem in this image

i want make design second block same first block
i put arrow in image
i add cutome code but can’t make same design in background title !!
Hello,
The screenshots work now.
1) the grid does not come from our theme and we cannot say for sure how responsiveness is supposed to work with it. We can assure responsiveness for our modules and blocks. We cannot assure it for custom made widgets.
2) The same applies for css styling. The methods the titles are placed is different. Our blocks use a h4 title and the custom widget you use is a ‘span’ element. You will have to use a custom class on the span element so you can target it with css and apply a background color an a bottom border.
Thank you!
i want use this widget beacuse is fine
this widget built in inline style
Hi
You can use this css in theme panel > custom css: http://screencast.com/t/wTlfijq6
.eng_ww_title {
margin: 0px 0px 5px 0px;
border-bottom: 2px solid #ffed41;
}
.eng_ww_ttl_span1 {
display: inline-block!important;
padding: 5px 5px!important;
background-color: #ffed41!important;
color: #000!important;
}
This is not a widget from the theme and if you want a different implementation for it my advice is to look for a developer to help you with this as we cannot offer any type of custom work for the moment.
Thanks!