intellectiveidiot
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Changing Post LayoutHi Leo,
The code that you shared to center align the image in mobile, is distorting the text.
Sharing the image: https://ibb.co/F8LkkMn
`@media (max-width: 768px) {
.post-image {
margin-right: 0;
}
}Forum: Themes and Templates
In reply to: [GeneratePress] Changing Post LayoutLeo, thanks a lot.
It worked like a charm. Also, while browsing, I found that some images (containers) are shown larger than the other ones.
Is it possible to make them uniform?
Sharing image.
https://ibb.co/DVQmmnFForum: Themes and Templates
In reply to: [GeneratePress] Changing Post LayoutHi Leo, thanks for your response.
The view in my mobile is different.
Sharing the image link please check it, you’ll see that the image is slightly aligned to the left.
Forum: Themes and Templates
In reply to: [GeneratePress] Changing Post LayoutHey Tom!
Worked like a charm (as expected). Thank you very much for the magical code.
The featured images on the homepage are slightly aligned to the left instead of center (in mobile view)
Please have a look into it and help me out. Thanks!!!…
Forum: Themes and Templates
In reply to: [GeneratePress] Changing Post LayoutHi Tom,
Thank you very much for your generous response. I have no objection to expanding the content area, In fact, I shrunk it because the default image size was too big.
I have removed the CSS code that was shrinking the container. Please do the needful and help me out.
Forum: Themes and Templates
In reply to: [GeneratePress] Wrapping Table ContentWorked like a charm David!
Thanks!
Forum: Themes and Templates
In reply to: [GeneratePress] Homepage Header Image (Logo)Hi Leo, Thanks for responding!
I have disabled everything.
Purged all cache – and still, it’s the same the image is not stretched horizontally.
I have used other CSS codes as well, and I feel that maybe one of the existing css codes might be conflicting with this code of yours.
Sharing the image of my codes here: https://ibb.co/FsZVmwf
Forum: Themes and Templates
In reply to: [GeneratePress] Homepage Header Image (Logo)Hi Leo,
I just wanted to tell you that I tried the new code that you shared but still, it’s the same issue.
I am sharing the image. Please have a look.
https://ibb.co/rw7fm4wForum: Themes and Templates
In reply to: [GeneratePress] Homepage Header Image (Logo)Hey, I tweaked the website and now you should be able to access that.
Please have a look, and yes, I checked your code and it worked but there are still some space left at the edges. Please do the needful.
Forum: Themes and Templates
In reply to: [GeneratePress] Featured Images out of ContainerHey Tom,
The code above worked like a charm! You’re awesome.
Lastly, I’d love to align the featured image of “Page” in the center. I tried the following code but it’s not working. Can you assist me, please?
`.page-header-image-single {
text-align: center;
}Forum: Themes and Templates
In reply to: [GeneratePress] Featured Images out of ContainerDear Tom,
I tried the PHP but, now there are two images. One within the container and one outside the container.
Please look into it.
Forum: Themes and Templates
In reply to: [GeneratePress] Fixing the Container SizeHi Leo,
The issue is not fixed. The problem of images out of container is only reflected in the pages and not on posts.
I know it is strange. I have highlighted the pages in which the image is coming out of the container. Please help me with this.
Forum: Themes and Templates
In reply to: [GeneratePress] Fixing the Container SizePerfect man!
Unfortunately, there’s an issue with my featured images as well. They seem to be coming out of the container.
I got this code from the support forum, but it’s not working for me.
`.post-image-above-header .inside-article .featured-image img {
width: 100%;
height: 300px;
-o-object-fit: cover;
object-fit: cover;
}Please help me with this.
Forum: Themes and Templates
In reply to: [GeneratePress] Fixing the Container SizeThank you Tom!
The code worked like a charm. I would also like to shrink the container from the bottom, so that the empty space between the image and the end of the container is removed.
I am attaching an image highlighting the empty space from the bottom, that I would like to remove from my container.
Thank you!
Forum: Themes and Templates
In reply to: [GeneratePress] Fixing the Container SizeHi Leo,
Please have a look at my website. It looks perfectly aligned in the mobile layout, but when accessed from laptop, there is clearly too much space left (I have shared the image highlighting the empty space that I would like to shrink)
I have tried the container width option in the layout setting, but it is shrinking the sidebar as well. I only want to shrink the width of the blogpost containers only (not the sidebars)
Please help me out with this.