Site logo

Archived topic

WP Show Posts & Social Icons display issue on homepage

23 replies · Started by Georgi on March 21, 2022

Viewing posts 16–24 of 24

Yes, silly me forgot about the border radius... thank you Leo.

Thank you David also for helping out and teaching me how to use SVG icons.

Marking as resolved.

No problem :)

Sorry to bother you again but any idea how to fit the text on 1 line for the third button on dekstop? https://prnt.sc/9iNHSqkZCmSl

I tried every option but can't achieve it.

Hi there,

options:

1. Make the Button Text smaller. Select the Button and edit its Typography settings to do that

OR

2. reduce the Widget Padding to give it more space.
You can use this CSS so it only applies to those small phones:

@media (max-width: 360px) {
    .footer-widgets-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

I reduced the Typography font size but it moved the text to the center. Can it be aligned to the left to be next to the icon like the above ones? https://prnt.sc/jQseTjjMnpBC

Add this CSS:

.footer-widget-4 .gb-button-text {
    text-align: left;
}

Thanks a lot! 🙏

You're welcome

This archived topic is closed to new replies.