Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #28535

    Hi Team kriesi,

    I wondering if it’s possible to align the text on the sidebar to left and not to the right? If yes, could you please advise how to align the sidebar menu text to the left.

    Thanks and best regards,

    Silberrot

    #137847

    Hey,

    Do you have the left sidebar? You can use this on your custom.css or Quick CSS:

    .sidebar_left.sidebar {
    text-align: left;
    }

    Regards,

    Ismael

    #137848

    Dear Ismael,

    many thanks for your quick response. The alignment works fine. Is there also a chance to set the text to the left boarder so that the first word starts on the left side boarder? I already implemented the code which the user dude recommended on my last question regarding decrease the sidebar https://kriesi.at/support/topic/sidebar-11

    The site I’m playing with is the following: http://web409.mis63.de/?page_id=2664

    Best regards,

    Silberrot

    #137849

    Hi Silberrot,

    I’m not really clear on what you mean. Can you make a mock up or point out on a screenshot exactly what you are trying to change in the sidebar?

    Regards,

    Devin

    #137850

    Hi Devin,

    thank you for your email. What I mean is, that the menu on the left sidebar start not directly on the boarder of my screen, the menu text start around 2 inches from the left side. What I like to do now to move the sidebar menu closer to the left screen boarder that the space between the screen boarder and the menu text will be reduced to about 0,5 inches.

    e.g.:

    today:

    ___________anzug

    ___________beschallung

    ___________catering

    target position:

    <–

    anzug

    beschallung

    catering

    Hope this description helps.

    Best regards,

    Silberrot

    #137851

    Hey,

    I think the code above will fix the alignment issue.

    .sidebar_left.sidebar {
    text-align: left;
    }

    I can see that it is properly aligned now: http://web409.mis63.de/?page_id=2664

    Regards,

    Ismael

    #137852

    Hi Ismael,

    thank you for your message. Yes, I already aligned the text too the left side. But as you can see on the site, there are still space between the left screen boarder and the menu text. As described above, I would like to reduce the space between the menu text on the left screen boarder.

    Best regards,

    Silverrot

    #137853

    Hey,

    Can you give us a screenshot of what you’re trying to do? You can add a left margin on the widget nav menus to move them closer to the left border. Add this on your custom.css or Quick CSS:

    #top .widget_nav_menu li {
    margin: 0 0 0 50px;
    }

    Adjust the 50px value if necessary.

    Regards,

    Ismael

    #137854

    Hi Ismael,

    many thanks for your patient. I quick created a side with two screenshots (didn’t knew how to send you the screens).

    http://web409.mis63.de/?page_id=2721&preview=true&preview_id=2721&preview_nonce=7e9b370a29

    Best regards,

    Silberrot

    #137855

    ups… pleaes use this link … the other one is a preview :-)

    http://web409.mis63.de/?page_id=2721

    #137856

    Hi Silberrot,

    Responsive layout sets optimal width and spacing depending on screen resolution. Fullwidth is 1030px so it’s not possible to display as you shown in the screenshot on all devices.

    For example this is how your page would be displayed on smaller screens.

    Regards,

    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘sidebar text alignment’ is closed to new replies.