hcube
Forum Replies Created
-
Forum: Plugins
In reply to: [List Pages Shortcode] Child pages on one line instead of list (horizontal)Sure no problem, good luck.
Forum: Plugins
In reply to: [List Pages Shortcode] Child pages on one line instead of list (horizontal)234 x 224
Forum: Plugins
In reply to: [List Pages Shortcode] Child pages on one line instead of list (horizontal)Your container is too small to have the elements horizontal aligned.
Forum: Plugins
In reply to: [List Pages Shortcode] Child pages on one line instead of list (horizontal)All I get is a landing page with no links.
Forum: Plugins
In reply to: [List Pages Shortcode] Child pages on one line instead of list (horizontal)# my_page_list{display: inline!important;}
Try some of the other CSS positioning property’s.
I don not know what else is on your page so I do not know what would be affecting your menu from the right positioning.
It is probably being overwritten by some other styling. Try adding the important and see if that will override the conflict.Forum: Plugins
In reply to: [List Pages Shortcode] Child pages on one line instead of list (horizontal)Yes apparently the plugin can be styled using your sites CSS.
If you plan to do some custom styling of your list using CSS, you can add a class (class=”my_page_list”).Then reference the element in your CSS file and style away.
# my_page_list{display: inline;}
Something like that, the “display: inline;” forces it on one line no line break before or after the element.I have not used this plugin I am however good with CSS and WordPress. I know they both allow for very good customization. You may have to go under the hood sometimes.
Forum: Plugins
In reply to: [List Pages Shortcode] change fontsYou need to know the CSS selector(s) to use for your list-pages. Then style as needed.
Forum: Plugins
In reply to: [List Pages Shortcode] Child pages on one line instead of list (horizontal)http://codex.wordpress.org/Creating_Horizontal_Menus. Here is a link to the solution. You can use CSS to do the styling.