Could you kindly post your site address ?
When your in the “edit page” section for your home page, do you have it set to “full width”? Its an option on the right side under “template”.
It’s possible but not probably its not supported by your theme.
I want to expand the middle (central cell) on 150px
Try adding these these css code into your custom css section and let me know.
@screen and (min-width: 1024px) {
div#primary.content-area {width: 58.1%;}
}
@screen and (min-width: 768px) {
div#secondary.widget-area.widget-primary {width:25%;}
}
This should work
#secondary {width:25%;}
#primary {width:58.1%;}
Hi, ashiquzzaman
Thank you very very much. God bless your family
If you have little of time look at my another thread
https://ww.wp.xz.cn/support/topic/alphabetical-list-plugin-1?replies=1
Have a nice weekend
Hi again, ashiquzzaman
When i give the code to css manager (on PC work great) but then i try to view my site on mobile and there is big problem look here
http://www.zdravieportal.sk/mobile.jpg
Thanks again for your patience and time
Thank you @ashiquzzaman for your help π