Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

[SOLVED] unwanted carriage return after > on custom menu in sidebar


  #1  
Old Jan 1, 2013, 10:55 PM
jerryc
 
367 posts · Oct 2012
Florida
I figured it out. I now have:
  • Vertical custom menus in my sidebar,
  • > before each menu item,
  • > and menu item in theme blue color,
  • Long lines wrap,
  • Subsequent lines left align with first line indent

Here's the css that did it:

Code:
/* Vertical Menus */

.menu li
{
width: 100%;
margin: 0px;
padding-left: 1.5em;
display: list-item;
color: #0090D3;
text-indent: -1.5em;
}

.menu li a
{
display: inline;
white-space: normal; 
}

.widget ul.menu > li::before 
{
content: '\203a \00a0\00a0';
}
What eliminated the carriage return look was this line:

Code:
.menu li a 
{
display: inline; 
}

Bookmarks

Tags
carriage return, css, custom menu, sidebar



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unwanted border & menu items are larger than background. tsheridan Page & Category Menu Bars 4 Mar 25, 2011 07:42 AM
[SOLVED] Unwanted link in Header or menu bar, can not find how to remove. FredZ Header configuration & styling 7 Feb 27, 2011 08:51 PM
[SOLVED] unwanted lines and dashed rectangle, in center column and menu bar Pixeljaeger Page & Category Menu Bars 3 Jun 3, 2010 12:53 AM
Unwanted display of plugins in right sidebar Chester Sidebars & Widgets 4 Sep 10, 2009 04:11 AM


All times are GMT -6. The time now is 04:09 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.