Align Main Menu to the right in Silesia
-
I have recently created a blog called http://livewellwithsanjay.com/. I’m using the theme ‘Silesia’. I have purchased the custom CSS upgrade. I would like to align the top menu to the right, and have a border around it. Can somebody please assist me with this?
The blog I need help with is: (visible only to logged in users)
-
Found solution. Posting code below :
.site-header .site-description {
color: orange;
font-size: 20px;
}
.menu-main-container {
float: right;
padding-right: 3cm;
}
.main-navigation {
border-style: solid;
border-color:black;
}
- The topic ‘Align Main Menu to the right in Silesia’ is closed to new replies.