RSD and the Autumn theme - Page 3

User 187934 Photo


Senior Advisor
20,271 posts

It's probably because of a a float being set. take a look at your style settings for those elements.
In the link you provided it appears that you found the issue.
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 46496 Photo


Registered User
102 posts

Hi Eric,

No, I didn't actually find the cause of the reversing of the links, I had to do a work around to the code. I simply rearranged the links in the code so they would display the way I wanted them to. My question was why would that happen?

The display shows: Home Portfolio About Contact.
The lines of code are in this order: Contact About Portfolio Home

So, the display of the links is opposite of the way they are written in the code.

So, you think that there could be something goofy about the CSS for the footer? I will take a look... not sure if I will figure it out, but I will try!

Thanks,
Michelle
User 2706435 Photo


Ambassador
444 posts

In the Design pane, under position, the links were given right floats. The first listed element floats right. Then the next element floats right, which is next to and left of the first element tat was floated right. If the 2nd element was to float left, you would have a the right link on the right, and the 2nd link on the left side of the parent element.
User 46496 Photo


Registered User
102 posts

Thanks for the explanation Bill :)

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.