Page Height - Post ID 210136

User 187934 Photo


Senior Advisor
20,267 posts
Online Now

Try this.:)
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}
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 122279 Photo


Senior Advisor
14,624 posts

Or this: see attachment.

Eric, I tried something similar as you posted, but that made the menu go wonky. In order to keep the menu put, the margin: 0; and padding:0; have to be there, but that has an impact on the lists in the content area. So what I ended up with, was deleting the meyer stuff, added a universal selector for margin and padding, and then created a class 'content-inner' surrounding just the lists, which is not as wide as the content area itself.

And Robert, in my zip file I have a stylesheet called socialstyle2.css in order not to mess up your style sheet. If you decide to use it, just rename it, and also the link to it in the html file.
Attachments:
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 7596 Photo


Registered User
22 posts

Thanks Eric and Ingrid, but neither of those helped to indent the bullets. I tried both solutions.

I guess that this was never discovered before this theme was sold by coffeecup. Was hoping to find an answer to this perplexing problem.
User 187934 Photo


Senior Advisor
20,267 posts
Online Now

I still see the ul in the code that I suggested changed.:)
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 7596 Photo


Registered User
22 posts

Eric,

I was viewing it locally.

I just changed and uploaded the code tothe web. Now, the bullets are indented, but so is the menu.

http://social-style.com/beta/SocialStyl … ogram.html

Any ideas?
User 38401 Photo


Senior Advisor
10,951 posts

To start with you're fighting your CSS with inline styles. You need to get rid of the inline styles you have in the HTML pages and put that into the CSS if it's not there already. No sense in using both and having to edit all over the place every time you need to change something. Kind of defeating the purpose of using CSS. I am guessing that most of the styles needed are in the CSS already though, and your inline styles is interfering with them... assuming here of course :)
User 187934 Photo


Senior Advisor
20,267 posts
Online Now

Place you navigation inside it's own div.
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 7596 Photo


Registered User
22 posts

Thanks Eric,

I did that, (see http://social-style.com/beta/SocialStyl … ogram.html) but it didn't seem to change the menu. Did I code it wrong?

User 187934 Photo


Senior Advisor
20,267 posts
Online Now

You'll need this.
#navigationdiv{float:right;}
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 7596 Photo


Registered User
22 posts

Eric,

It worked! thanks so much, your amazing! But now I have padding at the top of the navigation tabs. Any thoughts?

http://social-style.com/beta/SocialStyl … ogram.html


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.