briand99
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Changing theme's main menu to horizontalJust wanting to see if I understand what your asking for
Forum: Themes and Templates
In reply to: [Sydney] Changing theme's main menu to horizontaldo me a favor go into your theme editor and at the bottom of style.css paste this;
.navbar-nav {
position:fixed;
z-index:999;
background-color:#fff;
}Is this what your wanting it to do?
Forum: Themes and Templates
In reply to: [Sydney] Changing theme's main menu to horizontalWhat do you mean by static? Do you want the nav to follow you down the page as you scroll? fixed?
Forum: Themes and Templates
In reply to: Theme editingAre you talking about the way the theme was structured, or the individual images that were in the screen-shot (or demo) of the theme? Many themes provide a picture of how their theme can look using stock images that they use throughout in order to show you the visual appeal that it can offer. However unless they provide an option for importing the dummy content you will need to find your own images and fix the layout in the settings (which should be doable) Let me know if you need help.
Forum: Fixing WordPress
In reply to: wrapping words around photographsYou can play with that floating images left or right and increasing or decreasing margin
Forum: Fixing WordPress
In reply to: wrapping words around photographsGo to your post editor screen and switch from visual to text.
find the pictures code for example should start with <img or <a href
and insert this directly in front of that<div style=”float: left; margin-right: 15px;”>
Right after each pictures code which should end with a > place a closing div like so
</div>
Forum: Themes and Templates
In reply to: [Customizr] Change Color of Post Grids on Front PageSomething to try.
.entry-header {
background-color:blue;
}Replace blue with your chosen hex