Home Forums WoodMart support forum Header banner

Header banner

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #240452

    joemnm
    Participant

    With your help, I was able to add custom css to change the social icons [social_buttons] shortcode in the header banner. You helped me adjust the size, color and alignment, and I have another question. I would have responded on that thread but it is closed and wont let me.

    Now that the icons are smaller, they are not centered vertically. They sit near the bottom of the header banner. How can I center them vertically?

    #240606

    Hello,

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

    .header-banner-container .woodmart-social-icons {
    	vertical-align: middle;
    }

    Then check back.

    If the problem still continues then provide with the URL of the website to check it myself and help you out accordingly.

    Best Regards.

    #240825

    joemnm
    Participant

    That doesnt seem to do anything. I have all of this code for this one part of the header now, maybe it is conflicting?

    .header-banner-container .icons-design-default.color-scheme-dark .woodmart-social-icon {
    color: #bdbdbd !important;
    }

    .header-banner-container .woodmart-social-icons.icons-size-default i {
    font-size: 14px;
    }

    .header-banner-container .woodmart-social-icons {
    vertical-align: middle;
    }

    .header-banner-container .woodmart-social-icons {
    text-align: right;
    }

    #240926

    Hello,

    Please remove the previous code that I provided you for the alignment and try adding the following Custom CSS in the Global Custom CSS area.

    .header-banner-container .woodmart-social-icons {
    margin-bottom: 10px;
    }

    You can also adjust the margin according to your needs.

    If you are still unable then provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #241134

    joemnm
    Participant

    That works thank you

    #241204

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Header banner’ is closed to new replies.