Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #680194

    Hi,
    Thank for your work, I have some new questions.

    1/ On the homepage I would like to reduce the space above the button “Devenir membre”
    2/ On the blog posts like I would like to reduce the width size of the facebook and twitter share buttons
    3/ On the blog posts like / I would like to have the separators like the one under Top 14 – Montpellier Toulouse for the ones above “Notre analyse” and “Notre pronostic”, i dont know how to get these separators thicker, I used this code :

    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='120px' custom_border_color='#bababa' custom_margin_top='12px' custom_margin_bottom='12px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']

    4/ On my homepage, I would like the menu more on the left, closest to the logo

    5/ On the page / I would like to center the element on the page

    Sorry, this is a lot of questions, and thank you again for your work !

    • This topic was modified 7 years, 8 months ago by Janus.
    #681207

    Any help ?

    #681354

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .iconbox {
        margin-bottom: 10px;
    }
    #top .av-share-box ul {
        max-width: 400px;
        margin: auto;
    }
    .single-post .entry-content strong.your-custom-class:after {
        display: block;
        margin: 0 auto;
        width: 40px;
        border-top-width: 3px;
        border-top-style: solid;
        padding-bottom: 16px;
        content: '';
        border-color: #e2e2e2;
        margin-top: 10px;
    }
    .main_menu { 
    right: 5%; 
    }
    
    

    Then please edit your strong tags that you would like to have bottom border in text tab and change them into
    <strong class="your-custom-class">your texts goes here</strong>

    Best regards,
    Yigit

    #681395

    Hi, thanks for your answers ! I have some of the problems solved by your message. However I have still the problems for :
    1/ On I would like to reduce the space above the button “Devenir membre”
    5/ On the page I would like to center the element on the page

    Regards,
    C.

    • This reply was modified 7 years, 8 months ago by Janus.
    #681405

    Hi!

    1- First code i posted is not being applied. Please try adding following with important rule

    .iconbox {
        margin-bottom: 10px !important;
    }

    5- You are using 4/5 column element on your page. Please change it to 1/1 column element

    Cheers!
    Yigit

    #681413

    It’s not working either with !important I’m afraid.

    #681417

    Hi!

    Can you please create a temporary admin login and post it here privately so we can look into it?

    Cheers!
    Yigit

    #681445

    Of course

    #681474

    Hey!

    There was a small error in your custom CSS, i fixed it, please review your website now

    Best regards,
    Yigit

    #681774

    Hi,
    Thanks for your help.
    On : how can I reduce the space under “Retrouvez ici l’historique complet de nos pronostics !”
    And another thing under “Filtrez les paris par sports”, I put 5 1/5 elements which should be on the same line but the last one won’t stay in the same line !

    Regards,
    C:

    • This reply was modified 7 years, 8 months ago by Janus.
    #681806

    And one last things, on the homepage : http://i.imgur.com/j1Rwy2t.png
    I underlined to see that the text after the ■, the text is a bit lower. I tried to fix this with css but didnt manage !

    #683065

    Any help ? :)

    #683178

    Hi,

    would be best to ask on question in one ticket only and use another ticket for another question.

    I open the link you’ve provided, but cannot find the elements you are showing on your screenshots. We need to be able to inspect the elements in question. So please provide us a precise link.

    Best regards,
    Andy

    #683241

    Hi, it’s the same for all the elements, the text is a bit lower after the ■ (I just posted the screenshot for you to see the problem).

    #683318

    Hey!

    Replied you here – https://kriesi.at/support/topic/text-not-on-the-same-height/

    Please do not create duplicated threads as it is making it harder for us and for other users to follow.

    Cheers!
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Some questions’ is closed to new replies.