Tagged: sidebar, text alignment
-
AuthorPosts
-
August 27, 2013 at 6:32 pm #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
August 28, 2013 at 2:36 am #137847Hey,
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
August 28, 2013 at 8:55 am #137848Dear 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
August 29, 2013 at 1:44 pm #137849Hi 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
August 30, 2013 at 5:14 pm #137850Hi 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
August 31, 2013 at 3:04 am #137851Hey,
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
August 31, 2013 at 8:44 am #137852Hi 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
August 31, 2013 at 4:32 pm #137853Hey,
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
August 31, 2013 at 6:02 pm #137854Hi 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
August 31, 2013 at 10:54 pm #137855ups… pleaes use this link … the other one is a preview :-)
September 1, 2013 at 1:20 am #137856 -
AuthorPosts
- The topic ‘sidebar text alignment’ is closed to new replies.