This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

start-up page in Focus Theme

Resolved 9 replies technicalthemetheme-focus
10 years ago · Last reply by Alex S 10 years ago

As default the video matrix and the top slider is the start-up page in the Focus theme.
I want to have a start-up page only with text and some pictures. I can do that by creating a new page and choose that in the menu, BUT I want to keep the video matrix page as an option in the menu, but how can I do that?
(I know the video matrix with the top slider is generated from the postes and it’s therefor not a regular page)

Cheers

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

9
  1. Alex S Staff 10 years, 4 days ago

    Hi Rudestrand

    You can accomplish this using a WordPress setting. In your WordPress admin, navigate to SettingsReading. There’s a setting underneath called Posts Page. Change this setting to whatever page you want the video matrix to appear on and it’ll be there. Please note that the content of the post before making this change doesn’t affect the contents of the video matrix.

  2. rudestrand 10 years, 4 days ago

    Thanks Alex, just what I needed :)

  3. Alex S Staff 10 years, 4 days ago

    Hi Rudestrand,

    Awesome. Is there anything else I can help you with today?

  4. rudestrand 10 years, 4 days ago

    now you are asking – if I want to change the left margin for text to have some space between the text box and the text.
    I know it must be defined in the CSS, but where?

  5. Alex S Staff 10 years, 4 days ago

    Hi Rudestrand,

    We highly recommend using the SiteOrigin CSS Editor to do this. If you could provide me with public URL where I could take a look at the text I can provide CSS on how to do this.

    If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  6. rudestrand 10 years, 4 days ago

    You can see what I mean on the frontpage here: http://www.formatfilm.dk

    text needs to have a little space to the left…

  7. Alex S Staff 10 years, 4 days ago

    Hi Rudestrand

    Based on what I’ve seen on your website, are you sure you don’t mean padding? Padding adds space inside the box and margin adds it on the outside.

    If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code. I would either target the .entry-content class which is the post minus slight padding on the top, and bottom. Or I would target .site-content which is the entire post. The CSS will look a little something like this;

    .site-content {
        padding-left: 25px;
    }

    OR

    .entry-content {
        margin-left: 25px;
    }

    You might also need to install the SiteOrigin CSS Editor.

  8. rudestrand 10 years, 4 days ago

    You were absolutely right, it was padding I meant.
    Thanks for your help, it's a great service!

    Have a nice day…

  9. Alex S Staff 10 years, 4 days ago

    Hi Rudestrand,

    Thank you for using our theme. :) Is there anything else I can help you with today?

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread