• Resolved Tha206

    (@tha206)


    The header with my company name and icon/logo is centered and taking up two rows instead of running the full width of the column. Is there a way to fix this? I don’t see a setting or any way to fix it.

    Thanks for your time. ??

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @tha206 You have something setup in your theme’s CSS to add padding to headings.

    Just override this and it will appear normally:

    .gmbrr .heading {
    padding-inline: 0;
    }

    You can add this CSS to the theme’s CSS, your child theme’s CSS or in Advanced | Custom Styles.

    Plugin Author Design Extreme

    (@designextreme)

    @tha206 I recommend removing the icon, name and vicinity to fit your design better.

    Try this (in addition to existing parameters):

    [reviews_rating summary="rating, stars, count"]
    Thread Starter Tha206

    (@tha206)

    Thanks so much for the reply! Please forgive my lack of knowledge with this stuff. I don’t work on my site very often and it’s like I need a refresher course every time I have to fix something. lol

    I added the first code to the CSS and it straightened out the text/logo. However, that shortcode you posted isn’t doing anything. I agree it would probably be better to remove the icon, name and vicinity, but I can’t figure out how. ??

    Plugin Author Design Extreme

    (@designextreme)

    @tha206 I did check the Shortcode used here and it does work as expected.

    Please just add the bit: summary="rating, stars, count" to your existing Shortcode.

    Ensure the quote marks are not angled (they should be straight, like you see here).

    Thread Starter Tha206

    (@tha206)

    OK I got it! I was adding it to the CSS instead of the shortcode on the widget. ???♂?

    Thanks so much for your time and assistance. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change header?’ is closed to new replies.