Site logo

Archived topic

having issues with site design backend & frontend

7 replies · Started by Subhasish on November 28, 2020

Viewing posts 1–8 of 8

Hi there,

Go to Dashboard > Settings and change the CSS Print Method to Inline.
After changing that option, click the Regenerate CSS button

If still a problem, can you provide a link to your site so we can see the isse?

Yeah solved. Two more questions.
1. If you see the screenshot the there is a button "Go to blog", in the button I'm unable to place the icon after the word "blog", it automatically gets in front of "< go to blog". How to place it after the"go-to blog >"

2. Can I have latest posts widget in the foot? I tried but it kills the design.

1. Select the Button block - in the Settings > Icon - set the Icon Location to: Right.
2. Can i see the site with the Related Posts widget in place ?

Add this CSS:

.site-footer .wp-block-latest-posts.wp-block-latest-posts__list {
    margin-left: 0;
}
.site-footer .wp-block-latest-posts.wp-block-latest-posts__list li a {
    color: #fff;
    display: block;
    margin-bottom: 0.25em;
}

You will probably want to adjust the % column widths of the footer to give the Latest posts more width.

Hi there,

could you raise a new topic, and if the original topic has been resolved, please select Resolved at the the top of the forum.

This archived topic is closed to new replies.