Home Forums WoodMart support forum Makes bottom menu in footer horizontal instead of vertical

Makes bottom menu in footer horizontal instead of vertical

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #232226

    romain
    Participant

    Hello,

    Thanks for your theme.
    I nearly finalise my website but I would like to make the bottom menu in the footer in horizontal instead of vertical.
    I tried already to do 6 columns in the footer and implement 1 title menu per column but it makes something weird on mobile.

    Could you please help me to fix this ?

    Sincerely,
    Romain

    #232256

    Hello,

    I have visited your website.

    Please try adding the following code using the Custom HTML widget in the footer column and then edit the links according to your needs.

    <p style="text-align: center; letter-spacing: 1px; font-weight: 300;">
    <a href="#">Contact Us</a> &nbsp;&nbsp;
    <a href="#">Shipping & Delivery</a> &nbsp;&nbsp;
    <a href="#">Return Policy</a> &nbsp;&nbsp;
    <a href="#">Our Products</a>
    </p>

    Screenshot for Clarification: https://ibb.co/fnjkmLx

    Regard’s.
    Xtemos Studio.

    #232276

    romain
    Participant

    Hello,

    Its works perfectly, however typography is completely different. Could you help me to fix this ? See link

    Sincerely,
    Romain

    #232487

    Hello,

    Please try assigning a class to the content that you added then you can try using the advanced typography

    settings you can set the typography according to your needs.

    You can read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Regard’s.
    Xtemos Studios.

    #235931

    romain
    Participant

    Hello,

    I tried multiples things but change one typography change other stuffs on my website.

    I would like to make the footer typography (text widget and htlm widget) same as my top bar navigation.

    Sincerely,
    Romain

    #236002

    romain
    Participant

    ERROR

    #236003

    romain
    Participant

    ERROR

    #236102

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    #custom_html-2 a {
    	font-size: 14px;
    	font-weight: 500;
    	color: black;
    	font-family: inherit;
    }

    Best Regards.

    #257864

    romain
    Participant

    Hello,

    I just discover your response when I was asking for something else.
    I did not work it makes the fond super bold.
    See pics:

    #257909

    Hello,

    I saw the screenshot you attached.

    Please replace the previous CSS with the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    #custom_html-2 a {
        font-size: 14px;
        font-weight: normal;
        color: #727272;
        font-family: inherit;
    }

    Best Regards.

    #258031

    romain
    Participant

    Thank you it works perfect !

    #258057

    Most Welcome 🙂

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards.

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Makes bottom menu in footer horizontal instead of vertical’ is closed to new replies.