• Resolved claudeducrot

    (@claudeducrot)


    Hi,

    I would like position the description of the header image at the bottom of the image instead of in the center.

    I did some tries in the style.css file without success.
    Could tell me if it is possible to position the description where I want and if yes, how? I imagine that it would be better to use the custom css file.

    Regards

    Claude Ducrot

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dimitrakopoulos

    (@effpandim)

    Hi @claudeducrot

    Paste this code t customize -> Additional CSS

    .header-image .ef-container {
        padding-top: 15%;
        padding-bottom: 1%;
    }
    
    .header-img-content {
        text-align: left;
    }

    and put your own values.

    There is already a choice Padding Top / Bottom (%) in customize -> Header -> Header Image Content, but padding-top and padding-bottom are together in the same choice.
    In the next update remove the .header-image .ef-container {} from Additional CSS because I will add a choice where you will be able to choose the values padding-top and padding-bottom from there separately.

    Inform me if it works properly and tell me if you need any further help.

    Regards

    Thread Starter claudeducrot

    (@claudeducrot)

    Hi Dimitra,

    It works well. Thank you very much for your answer.

    For the next update, I suggest you to introduce a box permitting to choose between the values of title and desc of the content and the values of title and desc of the picture.

    Regards

    Claude Ducrot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Position of the header image desc’ is closed to new replies.