Archived topic
Read theme Help
11 replies · Started by Amit on June 7, 2021
Hi,
I would like the content to be in the center and the right widget pushed slightly more towards the right.
Currently, in read theme, the featured image comes up as a background image for the page hero. I want the page hero to only have color as the background and no image whatsoever.
I have tried my best to figure this one out but nothing seems to be work.
Best Regards
Amit
Hi there,
to remove the Feutured Image background from the Hero - go to Appearance > Elements and edit the element titled: Blog Posts Headers
Select the Container Block and in Background - delete the URL for placeholder image.
For the sidebar layout - probably best that you add some content to your sidebar first, and adjust the width of the sidebar ( if necessary ) in Customizer > Layout > Sidebars... then we can help make those changes.
Hi David,
I have placed the recent post widget and category widget now. Kindly help shift the sidebar down the right and also the content area has become too narrow for the desktop and there is no padding on the left and right sides in the mobile version.
this will only work on large screens as to center the content you need the same space on the left of the content....
Try this:
1. Remove the Layout Element that is setting the Content Container width to 800px.
2. Customizer > Layout > Sidebars and change the width to 30% and set ALL padding to 20px.
3. Add this CSS:
@media(min-width: 1024px){
/* increase max width */
.single.right-sidebar #page {
max-width: 1600px;
}
/* fix width of content */
.single.right-sidebar #primary {
max-width: 800px;
margin-left: auto;
}
/* fix width of sidebar */
.single.right-sidebar #right-sidebar {
max-width: 400px;
}
.single.right-sidebar #main {
margin-left: 20px;
}
}
What would it take to make it look somewhat like volume template single post style.
Screenshot below;
this worked perfectly. One last thing with this. Can I shift the entire layout to left slightly, as there is lot of white space on left and not so much on right. Shifting everything to left would just get the layout how I want it.
Thanks alot for the help. I really appreciate it :)/
After entering the CSS, the home page layout broke. You can refer to https://thetechnoplex.com. https://ibb.co/2N4Q7wZ screenshot attached.
Adding CSS shouldn't break a site - where did you add the CSS?
Maybe it broke even before that. It's a staging site so it's not an issue. I am testing the config so I can put the same config on the live site. I added the CSS code to additional CSS.
Even though I have installed the GP theme, somehow when I bring up the site I cant see the GP read theme. Only when I log in to the admin URL the site is visible via a new theme. Hence I cant show you what it looks like but I have added login credentials in case you wish to check.
I also tried removing the code from additional CSS but it didn't work. Not sure what I did to make that happen.
Best Regards
Amit
You should check with your host as that looks like a bad page caching or corruption of the WordPress Database.
ok that makes sense. THanks. I will do the reinstall of the WordPress and apply the setting and check again :). APpreciate the help.
No problems - hope it goes well :)