Hi, I need help removing the date and author from the homepage and category pages, can you help me with it?
Also, I understand that we can only keep the existing width, is there a way to make the width about 720 pixels for the left column and the remaining pixels will be for the right sidebar?
apologies. i’m good, was able to ‘disable’ the date and author.
I just need help now with the content width of the left column, basically, my photos area 700 pixels wide, so I’m looking for a content column that it would accommodate the width of the photos without resizing it (currently, it is set at 696 pixels). so i’m really looking for minimal adjustments. maybe even just 710 pixels width for the left column and the remaining width will be automatically set according to what’s left of the container width.
Hope you can help.
Thanks
Hi Bogdan,
I understand the overall theme width cannot be changed. Just one last clarification, i basically want to adjust the padding or the margin of the left column (content) so the left column content will become slightly bigger. so is there a way to change the padding or margin of the left column? this is in my article pages (posts) where the content is placed.
I tried adjusting via CSS in Inspect Element by adding a ‘negative margin’ (margin-left: -5px), but it doesn’t seem to work when I try to add it in the Custom code area.
Hi,
Even if you were to remove the padding and increase the width of the main content area, the results would not look good
– https://www.screencast.com/t/Lmft0bcO
– https://www.screencast.com/t/15CmjdP1x
You could experiment with modifications to the post content with custom code, maybe something like this with a fixed width (code like this should be entered in Theme panel Advanced CSS in the desktop section, as it will surely not display properly on smaller devices)
– https://www.screencast.com/t/zZRVS6sPQ
Or maybe like this
– https://www.screencast.com/t/nGjH6NMq
Or simply do not use a sidebar for the posts where you need a bigger width for the post content. This is a demo post without a sidebar
– https://demo.tagdiv.com/newspaper/td-post-five-things-you-may-have-missed-over-the-weekend-from-the-world-of-business/
Thanks