problem in post page

Posted in: Newspaper
Post count: 88

i have 2 problem in post page

first in this image in browser mobile 768 – 1024

pleae veiw this link

null

i add custom code css in backend but problem not solve

second problem in this image

null

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 !!

Post count: 22421

Hello,
Unfortunately none of your screenshots or links work so we cannot see or understand the issue. Please provide working images and examples.
Thank you!

Post count: 88

please check link now

Post count: 22421

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!

Post count: 88

ok give me steps i run to solve this problem

Post count: 9544

Omar,
you might try using the built-in grids for the theme first since those do work, and then try customizing from there.

Post count: 88

i want use this widget beacuse is fine

this widget built in inline style

Post count: 6535

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!

Post count: 88

ok thanks sir

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.