-
AuthorPosts
-
February 20, 2014 at 5:32 pm #226903
Trying to style a menu which is very extensive. As a user I would prefer to scroll on one page then hop pages by section. Your accordion doesn’t offer the advanced editor or two column option so hoping for a fix to the following issues:
I created a jump to at the top of the page but this would work SO much better (since even my jump to’s are extensive) if I could create these in a custom sidebar – the issue with that being I can’t have a sidebar with color sections and I need color sections to create the jump to’s ;-(
Beyond that it would be *really* great if I could remove the border on the color sections as I want them all white. I’ve spent an hour reading through the forum on this one and I’ve only been able to successfully find the quick css for removing them site wide – I tried a section specific and it didn’t work but maybe that’s not meant to be done under styling?
And last but not least if I place a full width text column (same section) above a 2 or more columns (see text under the special heading “Breakfast”) I get space below it that seems really large and i’d like to reduce it. White space rules are great but only for adding.
February 20, 2014 at 6:04 pm #226922Hi adworks!
You can use whitespace to also add negative margins since 2.5: http://vimeo.com/86511620
You can use anchors to provide links for users to navigate to specific items, the color section just allows you to add them in directly to a section. See: http://www.w3schools.com/html/html_links.asp – ID attributes
The border on color sections can be removed if you give that color section a unique name (the ID you would link to). You then target that specific section with css and remove its borders:
#mycolorsection {border: 0 !important;}
The border on the element before or after it may still be present depending on the layout so you may also need to remove those too.
Best regards,
DevinFebruary 20, 2014 at 9:34 pm #227064This reply has been marked as private.February 21, 2014 at 1:25 am #227176Hi!
It seems like you have removed the testing page you have posted. I found the section you mentioned and this is how it looks on my end http://i.imgur.com/GLO3NJX.jpg
Please flush browser cache if you would like it to look like this and elaborate if this is not what you would like to achieveBest regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.