lindsayjodesigns
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Semplicemente] Website enlargingHey there,
I took a look at your website and I can’t seem to replicate the issue. Sometimes if you click and scroll at the same time, you can accidentally make website bigger. Without knowing more I don’t think I could help.
I would suggest sending the link out to a few of your friends to see if they can replicate it. As for now, I think it might just be something happening in your browser.
I’m sorry I can’t be more help, maybe someone else will have a better idea of what might be going on!
?? Lindsay
Forum: Themes and Templates
In reply to: [Semplicemente] Website enlargingHey there, can you please post the URL of your website so we can take a look?
Forum: Themes and Templates
In reply to: How to remove the border in Nav menu and space above the headerAnd with that, you can also play with the CSS if you’d ever like to add a more decorative border. Here’s a great resource for that: https://www.w3schools.com/css/css_border.asp
Forum: Themes and Templates
In reply to: How to remove the border in Nav menu and space above the headerHey Julie,
Sure thing! That CSS needed is:
.nav-primary {
border: none;
}??
Forum: Themes and Templates
In reply to: [Unite] FooterHey Brandy,
Can you please post the URL of your website so we can take a look at it?
Forum: Themes and Templates
In reply to: [Moesia] Logo resizingHey Weetis,
I think you’re talking about your logo in the navigation bar?
If so, here is the CSS you need:
.site-branding {
float: left;
padding: 15px 15px;
}.site-logo {
max-width: 250px;
position: relative;
top: 10%;
}I would also recommend uploading your logo as a PNG with a transparent background so only your white name and the camera show, because right now it has a black background that does not match the transparency of that navigation area.
Forum: Themes and Templates
In reply to: [TechNews] full screen prblmHey, yeah, as Aaron said adding a sidebar will requite PHP but if you want to post your website I would be happy to take a look at the width issues.
Forum: Themes and Templates
In reply to: Gap between content and footerHey,
There’s a margin on the bottom of your main “container” div that wraps around all of your content and posts.
Here is the custom CSS you need to overwrite it:
.container {
margin: 0px auto;
}Forum: Installing WordPress
In reply to: Problems in a moved siteIt sounds like you had migration issues and a few files were missed, do you have a backup of your NewSite.example.com?