Site logo

Archived topic

Sec. Nav on Right Sidebar

5 replies · Started by Ragunaath on July 11, 2016

Viewing posts 1–6 of 6

Dear Tom,

I'm not a coding guy, but I understand wordpress themes to an extent. The site am working on is a non-profit website.

I'm migrating the existing html/php site to a dynamic wordpress site, I'm going to post few questions, since I have to replicate the existing site close to 90% at-least.

The main site is http://www.kural.org

the demo/test site I'm working on that is http://www.kural.ragunaath.com

Questions:

1. I need the secondary navigation on the right side / right sidebar, quite like the same in original site, divided and spaced for every menu, with an icon in-front of it.

2. I would be needing the straight "green" line sitting on the top / above header image.

These two questions would do now

Thanks

Thanks for the response, it's greatly helpful.

Now.

I would like to add spacing between the every menu in secondary navigation (on right side) like in the original site http://www.kural.org

Kindly check the current site http://www.kural.ragunaath.com

A little more CSS required for that.

.secondary-navigation {
    background-color: transparent;
}

.secondary-navigation .main-nav ul li a, 
.secondary-navigation .menu-toggle {
    background-color: #67c15c;
    margin-bottom: 5px;
    line-height: normal;
    padding: 20px;
}

Thanks.

This is awesome support.

Glad I could help :)

This archived topic is closed to new replies.