Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
For some reason my content area is sitting under the left sidebar submenu...
I think this code is the culprit but not sure whats wrong!? Any ideas? Have I positioned something incorrectly?
<%@ Master Language="C#" MasterPageFile="~/masterpages/Master.master" AutoEventWireup="true" %><asp:Content ContentPlaceHolderID="masterContent" runat="server"> <div id="mainContent" class="fc"> <div class="navigation"> <umbraco:Macro ID="Macro2" CssClassName="" CssId="" StopLevel="6" StartLevel="2" Alias="Navigation" runat="server"></umbraco:Macro> </div> <div id="content"> <umbraco:Item ID="Item2" Field="bodyText" runat="server" ></umbraco:Item> <asp:ContentPlaceHolder Id="contentContent" runat="server"></asp:ContentPlaceHolder> </div> <umbraco:Macro Alias="SidePanels" runat="server"></umbraco:Macro> </div> </asp:Content>
where's the styling (css)?
As far as i can see you need to float your div.
The div is floated left.. which is why I'm struggling a little to understand.
#mainContent #content { float:left; width: 525px; margin: 0px 20px;}
I'm using the Starter Kit, Standard Website btw.
navigation aswell?
might wanna add more code cause with this we can't help much :p
Lol, just fixed it. I had missed out a 'float:left; on the nav somehow!
Many thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Code chk
For some reason my content area is sitting under the left sidebar submenu...
I think this code is the culprit but not sure whats wrong!? Any ideas? Have I positioned something incorrectly?
where's the styling (css)?
As far as i can see you need to float your div.
The div is floated left.. which is why I'm struggling a little to understand.
I'm using the Starter Kit, Standard Website btw.
navigation aswell?
might wanna add more code cause with this we can't help much :p
Lol, just fixed it. I had missed out a 'float:left; on the nav somehow!
Many thanks!
is working on a reply...