Sidebar, Logo
-
Hi,
I am trying to modify the sidebar that I set up on my site – I want the page to seem centered (the same margin between the front page content on the right as the side bar on the left). As you can see, I’ve figured out how to move the text/links to the left and modify the width of the sidebar, but I cannot figure out how to get the logo to move as well?
The blog I need help with is: (visible only to logged in users)
-
Hi there, I think there are a few things we might want to adjust on your site, but first off, can you give me an idea of what you want things to look like and then we will go from there. Right now the way things are, people on mobiles and tablets would have to scroll horizontally in order to see any of your great images on your main page. We can get the site to look like you want it, and still make it look good on mobile and tablets. Let me know how you want things to look and then I’ll work on adjusting your custom CSS.
-
well, what I want it to look like is similar to this site’s layout (made through a different company than wordpress): http://www.fnarchitecture.com/
I spoke to you previously about how I would be able to replicate the gallery through html – right now, I just have a gallery set up (I have not been able to figure out the html that I will need). In the mean time, I was just trying to everything (sidebar and gallery), as it is on the example site.
-
Actually, when I view it on my phone, it looks great…the images are all centered nicely on the page.
-
Ah yes, now I remember. Thanks for the link to the other site.
Let me work on this for you. I’m certain we can get things how you want it, or at least very close. I’m going to take the time to add comments in the CSS that I add so that it is clear which rule controls what so that you can then make adjustments to what I provide.
-
-
Width, my apologies for the typo. I am using The Untitled theme, but wondering if the CSS is universal for widening the Sidebars.
-
Yes bslaroc, I used the following CSS:
.main-navigation li {
margin: 0 65%;
}I modified the percentage to achieve the current sidebar width that I have.
-
-
Well, I am not sure if you are still working on this or not, but, just to update you, I did figure out how to adjust the location logo with the following css:
.site-logo-link {
margin: 0 40%;
}I still feel like there is a limit to how for I can shift over the sidebar? At a certain point, things fall to the next line…is there a smarter way to center anything? Anyone else know?
-
We, sort of, continued this in the other thread. Is this good now with the way we have things?
-
- The topic ‘Sidebar, Logo’ is closed to new replies.