Vertical Menu / CSS Grid problem
-
Hi Everybody,
I am trying to make a simple vertical menu and want to adjust only the left frame of the gridder on all my pages. I didn't find any way to do it and I am an absolut CSS beginner.
I tried the CSS code I found in another post here but it didn't work. Can somebody help?
Thats the code I tried:
#laytheme {
width: 70%;
margin-left: 30%;
}Thank you so much,
Louis -
Dear @Louis-josek
Thanks for the code, would you be able to post a link to your website as well so we can see what were working with :)
Best wishes and have a wonderful day
Richard -
Dear @Louis-josek
Thanks for the code, would you be able to post a link to your website as well so we can see what were working with :)
Best wishes and have a wonderful day
RichardThis post is deleted! -
This post is deleted!
-
Dear @Louis-josek
If you want it to be a simple solution try this:
#grid{ margin-left:30%; }Hope this helps :)
Best
Richard