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

    My theme is enfold. I think it is the best theme ^^
    I have 2 issue.

    1. I want to show the underline under the menu on the sidebar
    2. I want to left-aligned text in the left sidebar

    please see the image under.
    http://corecompany.co.kr/wp/wp-content/uploads/2015/11/im1.jpg

    It is desired to be viewed in the same way as the images
    Please answer me.

    #537509

    Hey hjs200!

    Add this to your custom CSS.

    .sidebar li {
        border-bottom: 1px solid black;
        text-align: left;
    }

    If your having problems then send us a link to your page so we can take a look.

    Best regards,
    Elliott

    #537783

    Thank you! The problem was solved.

    I have another questions.
    1. I want to show title of page sidebar navigation.(The title should also be left-aligned.)
    2. I want to show bullet in front of sidebar

    How do I modify the CSS?

    • This reply was modified 9 years, 3 months ago by hjs200.
    #539247

    Hi!

    Send us a link to your page and take a screenshot highlighting the changes your trying to do. You can set your reply as private if you wish.

    Regards,
    Elliott

    #539350

    Hi~
    My web page : http://coresecu.cafe24.com/?page_id=2946

    I was working as follows

    1. I want to show title of page sidebar navigation.(The title should also be left-aligned.)
    –> I made text widget with full width button coding.
    It could be shown above.
    But the height of the buttons is too high.
    And i’m not holding an widget wanted to create a menu title with CSS modifications.
    What if ?

    2. I want to show bullet in front of sidebar
    –> I was creating a new sub-menu shown above.
    But without creating a new sub-menu by a page sidebar navigation CSS modifacatiopn I want to show the bullet .

    Please tell me how to modify CSS!

    #539941

    Hi!

    I’m sorry but it’s hard to understand from your description. Can you take a screenshot and highlight what your trying to do so we can get a better idea?

    1. So your trying to reduce the height of the button correct? Try adding this to a codeblock element in the page.

    aside .avia-button { padding-top: 5px !important; padding-bottom: 5px !important; }
    

    2. I see the bullets. Do you mean your trying to remove them?

    Best regards,
    Elliott

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