Thank you for the great Sydney theme.
Since last upgrade, the width of the single posts has shrinked and now they look narrower than before. And the fact is that all I had in an iframe HTML block now has an horizontal scroll bar as you can see at the bottom of this post, as an example: https://ce-terrassa.cat/coneixermon-%c2%b7-anem-a-trobar-el-tio-a-sant-llorenc-del-munt-2/
I’ve been looking for a way of having narrower margins, but all I tries (mainly CSS on the Additional CSS settings) didn’t work.
Is there any way I can manage the width of the content in a single post to make it wider?
Thank you!
]]>I have tried lots of css codes to change the width of content in post and page, but they do not work. And there is no layout option in “go” theme. Please guide how can I change the width. Thank you.
Best Regards,
Danica
I am trying to change the standard content width of this theme (“jelly”, link should be attached).
I tried a lot of css solutions I found online, but nothing helped.
Can anyone tell me or give me hints at where and how I could make the necessary changes?
Thanky a lot in advance!
blbli
]]>The post size image width for the slider is very wide on the mobile view, it stretches please how can i resolve this?
Thanks,
Bryant
jj
]]>.single-post:not(.has-sidebar) #primary,
.single-post:not(.has-sidebar) .site-content .wrap,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
max-width: none;
}
.wrap {
max-width: 1400px;
}
/*For Content*/
.has-sidebar:not(.error404) #primary {
width: 70%;
}
/*set the sidebar width and alignment*/
.has-sidebar #secondary {
width: 25% !important;
float: right;
}
]]>