New Topic

Reply To: Customization (My Website)

Home › Forum › Customization › Customization (My Website) › Reply To: Customization (My Website)

#904

StartupWP
Keymaster

1. In the order the requests appear in the screenshot:

#copyright {
  margin-top: 10px;
}

and

footer li {
  border-right: 1px solid #666666;
  display: inline-block;
  margin: 0;
  padding: 1px 5px 1px 2px;
}

and

For the follow us section, add the following to your custom copyright wording area:

<div id="followus">
. . . YOUR FACEBOOK/TWITTER CODE HERE . . .
</div>
© 2013 Uendi.com. All Rights Reserved.

Then some CSS:

#followus{float:right}

2. Try:

#menu-my-categories-menu .sub-menu {
  display: block !important;
  margin-left: 0 !important;
}

3. Use:

.widget-container {
  background: linear-gradient(90deg, #DBB84D 0%, #DBB84D 50%, #B88A00 100%) repeat scroll 0 0 transparent;
  box-shadow: 0 0 5px #CCCCCC inset;
  margin: 5px -10px;
  min-height: 750px;
  padding: 8px 10px;
  width: 270px;
}

4. You’ll want to find an arrow image that you like and then use:

#menu-my-categories-menu li a:before {
  content: url("http://uendi.com/wp-content/themes/startuppro/images/arrow-right.png") !important;
  font-size: 10px;
  padding: 0 10px 0 1px;
}

5. What are the details again please.

6. Looks like this might be a computer issue, not WordPress related:

http://botcrawl.com/how-to-remove-coupondropdown-adware-and-uninstall-the-coupondropdown-extension/