• Hi there,

    I really like you theme but was wondering whether it was possible to amend the following
    within your template.

    Here is a link to my website: http://janka.co.uk (the background is temporary)

    I’ve sucessfully removed the white page background but was wondering how to position my video content right in the middle of the page, as it is positioned to the left by default.

    Is it also possible to minimise the space between menu and video content as I won’t be using a logo?

    and lastly, how do I remove the ” Proudly powered by WordPress • Theme: Padhang by Rizqy Hidayat.” at the bottom?

    I have jetpack installed.

    Thank you so much for your help in advance.

    J

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author Rizqy Hidayat

    (@hirizh)

    Hi,
    you can achieve that using custom CSS. To centering video, you can use margin: 0 auto, e.g.

    #video {
        width: 720px;
        margin: 0 auto;
    }

    To minimize space between menu and content, just display: none the .site-branding, e.g.

    .site-branding {
        display: none;
    }

    And so the powered text:

    .powered {
        display: none;
    }

    Hope it helps. 🙂

    Regards.

    Thread Starter Janks Tr

    (@janks-tr)

    Hi Rizgy,

    Many thanks that really helped except for the expression on how to centre the video.

    #video {
    width: 720px;
    margin: 0 auto;
    }

    I played around a bit and tried to exchange the word “auto” to centre and middle but it didn’t work, so I am assuming I am doing something wrong.

    I appreciate that you are probably really busy but would be really grateful if you could have another look at that when you have a spare minute.

    Thanks again for all your help.

    Theme Author Rizqy Hidayat

    (@hirizh)

    Of course that wouldn’t, that’s just an example. Change the selector (#video) to one represents your video. I found that your site haven’t displaying the video yet, so I can’t help more.

    Thread Starter Janks Tr

    (@janks-tr)

    Hi,

    That’s strange as I can see all my videos already uploaded

    Thread Starter Janks Tr

    (@janks-tr)

    I am still quite new to wp so I am not entirely sure what you mean by a selector that represents my video. Would that be in the embed code?

    Theme Author Rizqy Hidayat

    (@hirizh)

    Hi,
    have you set up your home, with background and the video you want? So I can help you further.

    Thanks.

    Thread Starter Janks Tr

    (@janks-tr)

    Hi there,

    I haven’t set up a home, is that needed? The home comes up as a post at the moment.
    Should I just replace this with a page?

    Yes, It’s all uploaded and I am keeping the BG in Black for the moment until I have worked out how to change the colour of the text in the top bar.

    http://www.janka.co.uk

    All the video is uploaded and I have put text underneath. I am ok to not centre the video and keep it as it is if I can find a way to put the text right next to it.
    Is that possible at all, or would that derive from your theme too much?

    Is there somewhere I can read up on it without having to bother you?

    Janka

    how did you remove the white background on your static front page?

    Thread Starter Janks Tr

    (@janks-tr)

    I followed the instruction in a previous post below which is also on this support forum,
    you just have to dig a little.

    Install Jetset plugin-go to Jetset-settings-configure and copy the code in below

    .site-content {
    background: transparent;
    }

    J

    Ah! that works, but it changed ALL my pages. I am wondering how to make only a certain page transparent

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Remember to create a new thread to discuss your issues http://wordpress.org/support/theme/padhang#postform

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Change video content position’ is closed to new replies.