Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter Harmenvantwillert

    (@harmenvantwillert)

    Does anybody have an answer to this?

    https://codex.www.ads-software.com/Creating_Horizontal_Menus. Here is a link to the solution. You can use CSS to do the styling.

    Thread Starter Harmenvantwillert

    (@harmenvantwillert)

    Does that change the look of the list-pages-shortcode plugin?

    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.

    Thread Starter Harmenvantwillert

    (@harmenvantwillert)

    Okay, I’ve tried the class thingy you mentioned before, also with the display: inline;
    But that didn’t seem to work, the list was still vertical.

    Fontface does change, also the aligning goes to center and right, but inline doesn’t..
    Any suggestions on that?

    # 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.

    Thread Starter Harmenvantwillert

    (@harmenvantwillert)

    Nope…

    Maybe the url could help finding the problem?
    My site

    Its the links under the bodytext

    Kwaliteit door WFT
    Missie en visie: EHBO
    Persoonlijk
    Registratie en vergunning
    Schenken aan goede doelen
    Uitleg bedrijfsnaam en logo

    I would like it to be:
    Kwaliteit door WFT | Missie en visie: EHBO | Persoonlijk | Registratie en vergunning | Schenken aan goede doelen | Uitleg bedrijfsnaam en logo

    But you already understand that ??

    All I get is a landing page with no links.

    Thread Starter Harmenvantwillert

    (@harmenvantwillert)

    Thread Starter Harmenvantwillert

    (@harmenvantwillert)

    Ah.. I’m logged in ??

    I disabled the coming soon page… Please take a look now ??

    Your container is too small to have the elements horizontal aligned.

    234 x 224

    Thread Starter Harmenvantwillert

    (@harmenvantwillert)

    Ok, I’ll look into that tomorrow! Thanx for your help.
    I’ll let you know when I fix it.

    Sure no problem, good luck.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Child pages on one line instead of list (horizontal)’ is closed to new replies.