Topbar and other layout issues
-
Hi all
I’m developing a site with a boxed layout (the default 1080), I’m also using a child theme there are three issues the first two are with the topbar.
1. The topbar by it’s default css is set to display wide: .bnt-topbar {
width: 100%;
padding: 16px 0;
}So it’s wider than my site content. I’ve played with various ways to adjust this without total success. Does anyone have suggestions for this?
2. I have uploaded twitter and instagram icons to media. These display OK until I navigate to a ‘project’ page where they display as broken links, so the path must be different. The css I have inserted into the customizer is:
<div class=”bnt-container”>This is my topbar - 
? 
</div>
How to fix the topbar project page issue?
3. This is a different layout issue it’s on my posts page. I’m using a plugin ‘Advanced Excerpt’ but I would have the same issue using the inbuilt Excerpt. I want the thumbnail image to display at the left and the post to wrap to the right of this. I can do this OK but I also want a much smaller image than the default 100% so I have added this to the child css:
.post-thumbnail { float: left; margin-right: 20px; max-width: 65%; }
.entry-title { clear: none !important; }It’s OK but there’s quite a lot of space between the right side of the image and the Title and post text. Does anyone know how to reduce this space?
cheers
Peter
- The topic ‘Topbar and other layout issues’ is closed to new replies.