• Resolved cablord

    (@cablord)


    Hi,
    I am using this great theme, and I encountered an odd problem, I am trying to make a “border” between the menu (including set title), from the top of the set title to the end of my menu. I tried using the border option, but it only let me use it from the top of the page (not so good for me..) and I couldn’t manage to add an image and set it to the proper location (or add an image at all for that matter)
    All I need is a simple black line ?? hope you could help me.

    If you need the CSS files or something please do tell, and I would upload as quickly as possible ??

    many thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you share your websites URL so that I can take a look at it?

    Thread Starter cablord

    (@cablord)

    Im not sure on how to publish my WAMP server to online use.. tried making it online, you know somehow? and is there any other way of showing you the URL? basicly it is like the original Hum theme (with the bold letters and smaller ones then picture then the menu) did some changes that does not affect it directly )as far as i know anyway..

    I checked out the preview of the theme you mentioned. You’ll have to make the following changes.

    Add this code in the <head> of the theme (so that it overrides the external styleseet)

    <style type="text/css">
    #branding {
        border-right: 5px solid;
        height: 450px;
        margin-right: 0;
        margin-top: 5em;
        padding-right: 20px;
        padding-top: 0;
    }
    </style>

    Then modify border-right, margin-top and height with your preferred values.

    Thread Starter cablord

    (@cablord)

    thank you very much, i will check it tomorrow first thing on the morning ??

    Thread Starter cablord

    (@cablord)

    Worked perfectly! thank you very very much!!!!!

    You are most welcome ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘adding a vertical line betwin menu and content’ is closed to new replies.