• Hello, i’m using Duena for my website http://lebarbecuederafa.com ans i would like to fix some things :

    – I would like to fix my background picture at the post of my website : When i scroll down i would’nt that the picture go down also.

    – I would like to put the title ‘Le Barbecue de Rafa” more at the right because we don’t see the “L”
    -the same for the headline “Lachons les saucisses”.

    Thanks a lot !

    ps: sorry for my poor english, i’m french lol

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

Viewing 13 replies - 1 through 13 (of 13 total)
  • To fix your background image put

    body.custom-background {
    background-repeat: no-repeat;

    into child css file or custom css field.
    From my browser (Google Chrome) your titles are fully visible, but anyway you can move your site title with

    #header .logo .text-logo a {
    padding: 0 15px 0 10px;

    you can change your left margin (10px) even more if you need to.
    Same goes for site description:

    #header .logo .site-description {
    margin-left: 20px;

    Thread Starter Rafa77

    (@rafa77)

    Thanks a lot,
    but after what i have to put this :

    body.custom-background {
    background-repeat: no-repeat;

    ??

    i’ve do all the other changes. thanks

    It would be good for you to create Deuna child theme and then you can put all css code in the childs theme style.css
    Other option is to paste this css code into the css editor at http://lebarbecuederafa.com/wp-admin/themes.php?page=editcss
    Do not change Duena default style.css because you will lose all changes after theme update.

    Thread Starter Rafa77

    (@rafa77)

    ok, i will do a child theme for my website.
    But, where i have to put this ?

    after which “sentence” ?

    body.custom-background {
    background-repeat: no-repeat;

    Create Duena child theme as described and activate it. Childs theme style.css should be empty, no need to copy default Duena css files, child theme inherits all anyway. All new css code must go to there, in newly created style.css, just paste the code in it.

    Thread Starter Rafa77

    (@rafa77)

    ok, i have done a child theme and now, my new style.css contain this :

    /*
    Theme Name: duena-Child
    Theme URI: http://www.lebarbecuederafa.com/
    Description: Thème enfant du thème Duena
    Author: Rafa
    Author URI: http: //example.com/about/
    Template: Duena
    Version: 1.1.0
    */
    @import url(“../duena/style.css”);

    where i have to put this exactly ?

    body.custom-background {
    background-repeat: no-repeat;

    Thanks a lot,
    sorry…

    As I said, copy all new code into that file, below last line, of course.

    Thread Starter Rafa77

    (@rafa77)

    ok, i have put like this in the style.css

    /*
    Theme Name: duena-Child
    Theme URI: http://www.lebarbecuederafa.com/
    Description: Thème enfant du thème Duena
    Author: Rafa
    Author URI: http: //example.com/about/
    Template: Duena
    Version: 1.1.0
    */
    @import url(“../duena/style.css”);
    body.custom-background {
    background-repeat: no-repeat;

    i will see if it’s what i want.

    Thanks a lot ! 🙂

    Thread Starter Rafa77

    (@rafa77)

    it doesn’t work 🙁

    it is working, clear you browser cache and look again. Your background image is small but it is fixed

    Thread Starter Rafa77

    (@rafa77)

    ok, i think i have bad explain my problem.

    i would like that the picture stay at the top of the page. When i scroll at the end of the page i wouldn’t like to the the picture because i want that this one stay behind the title

    Thread Starter Rafa77

    (@rafa77)

    and coul you say me please what is the best size for the featured image ?

    thanks a lot

    i have some question over here, but there is no reply from others forum , how do i show out the feature image or slider?

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Some problemes with Duena’ is closed to new replies.