Site logo

Archived topic

Layout Styling

3 replies · Started by _blank on January 12, 2020

Viewing posts 1–4 of 4

I recently imported a site from the site library.
here is the problem i am facing

1.the Header section of site appears to be a contained box ( I mean the header and the first image in the website is not stretched if you will see the header section it appears to be contained and I changed it to stretch but still it appears as a contained box.

2. I have changed the Font of the all Heading but still, the blog post title on the image is coming in Playfair font which i want to change in Rajdhani font

3. When i imported this theme i am getting this error in my CSS. how to resolve it? Link to error image - https://bikesquadron.com/wp-content/uploads/2020/01/error.png

Hi there,

1. Remove this CSS from Additional CSS field in the customizer:

@media (min-width: 769px) {
    body {
        margin: 0 30px;
    }
}

2. Looks like you've figured out? I'm seeing the correct font:
https://www.screencast.com/t/XGZtOiS0J

3. Don't worry about that - it's a warning. It's new CSS grid which the addtional CSS field hasn't been updated yet.

Awesome Leo, Thank you so much!

No problem :)

This archived topic is closed to new replies.