Modification Site - Page 2

User 187934 Photo


Senior Advisor
20,267 posts

.menu {
position: absolute;
right: 150px;
text-align: left;
width: 750px;
z-index: 1000;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

Thank you Eric :) Now I don't have to remove the subs! I'm very grateful that I have you guys around to help or i'd probably be lost. Any idea how I can separate the bottom text into two different categories?
User 2924428 Photo


Registered User
1,718 posts

Hey guy's, I can't get a .gif image to show up on my website, look in my css under #header_right, I think I have everything setup right.. but it's not working still..
User 2924428 Photo


Registered User
1,718 posts

n/m used a #img div instead.. hey guy's, how would I make my website responsive so that it shows up the same way on each site? My 21" screen shows a site with a menu off and my small 13" laptop shows one that has a centered menu..
User 122279 Photo


Senior Advisor
14,624 posts

UnclePlusMax wrote:
Thank you Eric :) Now I don't have to remove the subs! I'm very grateful that I have you guys around to help or i'd probably be lost. Any idea how I can separate the bottom text into two different categories?


What do you mean by 'separating the bottom text in two different categories'. Do you want two paragraphs? or two columns? or what?

Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

Inger!! Hello :), I'm really not sure .. I want to explain the news in one category, then have a seperate space for URL links for mod downloads, maybe columns would be best? :/
User 122279 Photo


Senior Advisor
14,624 posts

Well, you have a button named Download in your menu. Shouldn't you be using that for downloadables?

If you want columns, make a class .table that you set to display: table; . Then inside that class make as many subdivisions (classes) as you need, calling them e.g. .column and use display: table-cell; . You need to give them some width and some padding, and then you have your columns. In the html you need to start them all with <div class="table"> or <div class="column"> And remember to close each of them with </div> ;)

Since you said a while ago that you wanted to write your own css, I'm not writing the actual code here. See if you can manage with the hints above.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

Ok thank you Inger, i'll work on it in a little while, i've been writing page after page of "under construction " sites for the classes. I think I can manage that above coding :)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.