billyryanwilliams
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Menu problemsOkay I see that, sorry for the bombardment.
At slightly larger widths (ipad mini is 768px) I end up with an in between situation that is a consequence of the
#main { width: 40%; margin: 0 auto; }solution.Forum: Themes and Templates
In reply to: [Spun] Menu problemsThis has worked when page is in a decent size browser, not perfect on mobile devices but I’m getting my head round the process now.
For the nav bar I’m guessing I would set media queries so that when it’s in a tiny browser (ie phone) it is still accessible?
Forum: Themes and Templates
In reply to: [Spun] Menu problemsYeah
Forum: Themes and Templates
In reply to: [Spun] Menu problemsI’ve worked out what is causing the images to be placed either left or right and that’s the
float: lefttag (obvious).
However I cannot work out how to move the posts to the centre of the div as unchecking/removing the float stacks the posts on top of each other. Is playing with the margins shorcutting and cheating? I don’t want to quick fix and come across later browser issues.Forum: Themes and Templates
In reply to: [Spun] Menu problemsYeah I’ve been trying to (now) in % terms after familiarising myself with responsive themes.
Forum: Themes and Templates
In reply to: [Spun] Menu problems(Y) shows how much I know haha. I’ll find another way around it.
Forum: Themes and Templates
In reply to: [Spun] Menu problemsThanks, I’ve now applied that to the main div as well which means I have the basis for what I want. You’re a star.
Is there a way to make sure everything is centred on the page and together. Maybe my eyes are wonky but it still seems all a bit off centre?
For anyone that has followed this the code I’ve added is;
*/the main content css has a really long name so i've replaced it\* #main { margin: 0 auto; display: table; }Forum: Themes and Templates
In reply to: [Spun] Menu problemsSo I changed what you said and it hasn’t made any difference (I think).
I’ve uploaded a picture here ( http://charcombeandwills.com/wp-content/uploads/2013/08/websitedraft.png ) of what I want to achieve in responsive form.
From what I understand it is changing the relative and absolute values, but I’m a little confused as to how these work. If you could explain or provide me any links where I could figure it myself I’d be very grateful.
Thanks for your help so far,
Billy
Forum: Themes and Templates
In reply to: [Spun] Menu problemsI had completely disregarded the fact it was responsive. Haven’t used a responsive theme before so will do some research. Thanks so much!
Billy