- This topic has 3 replies, 2 voices, and was last updated 10 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate General Questions › Layout questions about On page affiliate area and main affiliate page
Tagged: affiliate area, affiliate portal, design, layout and design
Hi,
1. How do I move stats and date range picker on main affiliate page above page content, just below the affiliate link?
2. On “on page affiliate area” all headers and menus are left-aligned. How do I change them to be right-aligned?
example: [http://www.sitesuccess.co.il/affiliate-test1/]
Thanks
Grab this css plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
.wp_aff_title{
text-align: right !important;
}
That should align the heading to the right.
Thanks.
What is the menu and sub-menu css element? I need to move them to right.
Also, how do I move stats and date range picker on main affiliate page above page content, just below the affiliate link?
The following video tutorial will teach you how you can pick CSS elements and customize them:
You can align however you like, change color, font, size etc but you can’t move elements above another element unfortunately.