• How can I customise the width of the snippet on my pages?

    The snippet is currently around 150px wide whilst my page is around 600px wide. How can I have a snippet that is the same width as the page?

    Also the logo is very big in proportion to the page and snippet. How can I reduce the size of the logo?

    Thank you for your help

    Julien

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @julienjmb,

    Please add below custom CSS and check summary box on your site.
    Custom CSS –
    #snippet-box {
    max-width: unset !important;
    }

    .snippet-data-img.publisher-logo img{
    width: 80px !important;
    }

    Regards,
    Uttam

    Thread Starter julienjmb

    (@julienjmb)

    Thank you Uttam.

    The CSS code worked.

    Can you please give me CSS code so the titles of the snippet boxes are left aligned rather than centered?

    Thank you again for your help!

    Julien

    Hello @julienjmb,

    Please add below custom CSS and check summary box on your site.
    Custom CSS –
    .snippet-data-img{
    width: 50% !important;
    }

    Regards,
    Uttam

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customised width of snippet’ is closed to new replies.