• Resolved satbox

    (@asfda54fz78f4)


    Is there a quick way to setup a 3 column layout where I can set each of the column widths independently?

    • This topic was modified 9 years, 2 months ago by satbox.
Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter satbox

    (@asfda54fz78f4)

    Had a look at the templates again.

    All OK now, bleary eyed last night, couldn’t see it for looking, fatigue.

    Thanks again for the help.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Thanks for the follow up and you are very welcome.

    Cheers,
    Andre

    Thread Starter satbox

    (@asfda54fz78f4)

    Sorry to keep bugging you Andre, but I’m not very time rich at the mo.

    Where do I quickly adjust the the left margins in the Page builder template?

    Do I have to write some custom CSS?

    Colin

    Thread Starter satbox

    (@asfda54fz78f4)

    OK with this now.

    But how to alter properties of the selector .entry-title
    for a single page?

    Theme Author Shaped Pixels

    (@shaped-pixels)

    For the single page related to archives such as the blog, categories, etc., you would add this:

    .single

    But for a specific page, you need the class ID from the <body> tag to apply to whatever you are changing a style to for that specific page. Example, look at the source code of a page and you will see this as an example:

    page-id-95

    Thread Starter satbox

    (@asfda54fz78f4)

    Yes it’s the page we talked about yesterday.

    I have a page set up with the page builder template and have used Site origin to lay in out. All is working fine apart from the title which is hard against the left side of the screen and I need to move it in by 50px. Page ID’s are new ground for me I’m more used to old school sites. Any chance of some example code? and where to find t for that page?

    It not a finished site yet but here’s the page
    https://www.lacalera.bigfoothost.com/en/accommodation/

    Here’s hoping.

    Colin

    • This reply was modified 9 years, 2 months ago by satbox.
    Theme Author Shaped Pixels

    (@shaped-pixels)

    Your code would be something like this:

    .page-id-279 .entry-header {
        margin-left: 2%;
    }

    I did %, but if you want to do pixels (px) you can. So the code above targets that specific page only because of the class .page-id-279 (which is the ID of your page). The .entry-header is the container the title is in.

    Thread Starter satbox

    (@asfda54fz78f4)

    Excellent Andre I should have twigged that the page ID is displayed in the browser bar when in page edit mode.

    Thanks
    Colin

Viewing 8 replies - 16 through 23 (of 23 total)

The topic ‘Sidebars only Template’ is closed to new replies.