creating website
Permalink
I'm having problems getting the webpage layout the theme the way I want it. I've already selected my two preferences and clicked on save, but it wouldn't show on the webpage. Instead of having the right side bar layout, it shows the side bar at the bottom.
If this is your first concrete5 website, I would highly recommend you purchase a nice theme from the marketplace. You will have a professional looking site without a lot of aggravation. You also learn how themes are built by using a comprehensive theme.
Something like this perhaps:
http://www.concrete5.org/marketplace/themes/mosaic/...
The $40 is about the same as it would cost to buy a gallon of paint and will save you hundreds of hours in development time.
Something like this perhaps:
http://www.concrete5.org/marketplace/themes/mosaic/...
The $40 is about the same as it would cost to buy a gallon of paint and will save you hundreds of hours in development time.
Usually this issue happens if the widths of the two DIVs (that are supposed to be side by side) add up to be wider than the container DIV .
If you right-click anywhere in the main DIV and choose 'Inspect Element' (in Chrome browser) and click on the divs in the lower window until you have selected the container for the Main area. In the right window, you should see a width listed for that DIV. You can click on the width value shown and change it using the down arrow and see if reducing it's width will allow the right sidebar to jump back in place. If the widths are not the problem then this rick won't work.
If you've never done this before, it can take some practice to learn how to change the css values in the browser but stick with it and you can solve all kinds of layout issues. You then have to copy these changes to your actual css stylesheet because the changes you make in the browser only last until you refresh the page.
Hope that helps.