• Resolved emisaghi

    (@emisaghi)


    Hi there,

    Thanks for creating such a great theme. I’m having trouble with alignment in my single post pages. I have included a link to a sample post. Basically, since my single post page is aligned left, my simple share buttons plugin is also aligned left. I have tried changing its alignment in settings to center and right to no avail. I added a custom CSS .single .post {text-align: center} and it aligned everything, including the simple share buttons part, center. Is there a way I can somehow edit the theme to align left only the post part and everything else follows their own alignment?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @emisaghi,
    It looks like the display style of the share icons does not let to center the block with icons properly. Please try to add the style below:

    .ssbp-wrap {
        display: block;
    }
    Thread Starter emisaghi

    (@emisaghi)

    You’re a life-saver, thank you so much! This worked:

    .ssba.ssbp-wrap {
    	display: block;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single Post Page Alignment’ is closed to new replies.