Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #862933

    Hi team,

    1. how can i setup the sidebar left so that of an widget the text / H3 / submenu items will be allign left?
    2. Is it possible to give the widget menu entries a different background with an border between?

    Hope you can help as always… :-)

    Many thanks in advance

    Alexander

    #863089

    Hey Alexander,

    This should be possible via css. Can you explain #1 a little clearer. You just want the h3 items left aligned?

    Best regards,
    Jordan Shannon

    #863092

    Hi Jordon,

    it´s simple… i want the text left allign. :-)

    Plz have a look to the link that i send into the private content

    Very best regards,

    Alexander

    #863344

    Hi Alexander,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    ul.mtree.default li {
        text-align: left;
    }
    
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #863356

    Hi Victoria,
    many thanks.. the code works fine for the menu entries. The code for the widget title i fixed on my own.

    At last i need your help for last questions:
    – Is it possible to give the widget menu entries a different background with an border between?
    – Actual the entries are very close each other. Is is possible to give them a bit more space.
    – All entries have actual the same text color, by hoover it´s going gold. i want to present the active choice in gold text

    Many thanks in advance for your patience and help.
    Alexander

    #864108

    Hi,

    Add the following to quick css:

    For more space and border:

    ul.mtree.default a {
        padding: 10px 5px!important;
        border-bottom:1px solid #eee!important;
    }

    As for adding a different color to the active link, that may not be possible due the layout of the site. When you actually click on the link it takes you to a completely different page entirely.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.