Hi all!
How can I configure text and width of the left side (title) in reader section?
Thanks
Hugo
Best Answer Danny , 31 January 2013 - 11:46 AM
Hi Hugo,
Each page is given a unique class which you can see below. These classes can be found by inspecting your site and viewing the classes given to the body, using Firebug or your browsers built-in web dev tool.
.home = if you page is the home page
.blog = if the page is your blog page
.page-id-X = Replace X with the page ID, this class is used for all non special pages.
So you can use the class in your code, this will allow you to style the read for that page only.
For example, lets imagine your Reader is on a page that has an id of 35, the code used would look like this:
.page-id-35 .readernav{
width: 15%;
float: left;
position:relative;
}
Go to the full post
Posted 30 January 2013 - 06:08 PM
Hi all!
How can I configure text and width of the left side (title) in reader section?
Thanks
Hugo
Posted 30 January 2013 - 06:19 PM
You'll need to use Custom CSS. Please review this documentation for further instructions:
Posted 31 January 2013 - 11:26 AM
Thanks for help!
I've inspected and found with firebug that left column is customized with
Posted 31 January 2013 - 11:46 AM Best Answer
Hi Hugo,
Each page is given a unique class which you can see below. These classes can be found by inspecting your site and viewing the classes given to the body, using Firebug or your browsers built-in web dev tool.
.home = if you page is the home page
.blog = if the page is your blog page
.page-id-X = Replace X with the page ID, this class is used for all non special pages.
So you can use the class in your code, this will allow you to style the read for that page only.
For example, lets imagine your Reader is on a page that has an id of 35, the code used would look like this:
Sorting readersStarted by NameSake , 16 May 2013 |
|
|
||
Reader – strange gray bar won't go awayStarted by eglashcreative , 08 May 2013 |
|
|
||
Reader
Store Product Support →
Store Products →
Products by PageLines →
Better Reader Formatting, like the one on PageLines' Jobs pageStarted by Clifford P , 24 Mar 2013 |
|
|
||
PageLines Framework →
Technical Support →
Reader Set Listings Blank in wp-adminStarted by jsharpe2001 , 22 Mar 2013 |
|
|
||
Reader sectionStarted by camaran , 22 Mar 2013 |
|
|