ujnimz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: why page title looks badHello,
I think your image width should be small (less than 300px) to have more space to the title. First, check if you can do this with your theme settings.
Otherwise, add below code to your child theme or custom CSS sheet.
.post-thumb img {
max-width: 300px; /*This will make the maxmimum width of your image to 300px and more space for your title*/
}
@media screen and (max-width: 768px){
.recent-posts .post-thumb {
max-width: 100%; /*This will show the image and text as vertical blocks*/
float: none;
}
.post-thumb img {
max-width: 100%; /*In mobiles image width is full*/
}
}NOTE: Make sure to upload images bigger than 300px or equal to 300px widths.
—
Cheers- This reply was modified 4 years, 10 months ago by ujnimz.
Forum: Fixing WordPress
In reply to: Failed To Load Plugin Error MessageHello,
Try to re-install the color picker plugin. Delete it first and install it again. It may fix your problem.
Cheers
Forum: Fixing WordPress
In reply to: Removing folder from name web addressHi there,
Your question is not clear to me. Are you trying to move your website in thecubden to the main domain http://thecubden.org ?
Cheers,
UjithForum: Fixing WordPress
In reply to: Analytics code appearing in top of site with YoastHi,
Did you check your header?
Thanks,
UjithForum: Fixing WordPress
In reply to: error admin-ajax.php 404 customizing tweenty seventeenHello,
This should be related to your host’s web application firewall. Try contacting them.
For me, that was the solution. Hope it helps to you too.
Cheers,
Ujith