WPIntell

Source evidence

Comic and Nav Centering

Manga+Press Comic Manager · support · 2016-10-17T17:10:00+00:00

mixedsentiment
mediumseverity
0.84relevance
5replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
nikkivo resolved
I would like to center the comic on the page with the nav buttons centered below it. My coding skills are very basic. I know how to edit the style.css file, but I don’t know how to actually get it to center. Please help. Without seeing what your site looks like, the best I can suggest is something like: .comic-navigation { margin: 10px auto; display: block; } Hi I’ve got the site live now, could you please take a look at the comic layout for me and see if there’s a way for it to be centered in the page, along with the nav buttons? Latest Comic Page: http://www.sentaliohub.com/comic/ Direct Comic Page: http://www.sentaliohub.com/comic/episode-1/ Thanks! Try using this: http://pastebin.com/azEnLUcH Just copy over the section of your style.css that starts at /* comic navigation */. This will center both the image and the navigation. Thanks for the quick response! I tested it out and I think I see where the problem is. The content area seems to only be about as wide as the comic. I guess to have space for a sidebar. So it seems to be a theme issue. The nav buttons still don’t center, but that’s not a big deal I guess. Wow, okay… I just had the feeling to tinker with sidebar widgets… And it worked! So it’s all centered now, thank you so much!

Comments

5 shown
Jess 2016-10-17T17:17:00+00:00

Without seeing what your site looks like, the best I can suggest is something like: .comic-navigation { margin: 10px auto; display: block; }

nikkivo 2016-10-21T12:51:00+00:00

Hi I’ve got the site live now, could you please take a look at the comic layout for me and see if there’s a way for it to be centered in the page, along with the nav buttons? Latest Comic Page: http://www.sentaliohub.com/comic/ Direct Comic Page: http://www.sentaliohub.com/comic/episode-1/ Thanks!

Jess 2016-10-21T13:02:00+00:00

Try using this: http://pastebin.com/azEnLUcH Just copy over the section of your style.css that starts at /* comic navigation */. This will center both the image and the navigation.

nikkivo 2016-10-21T14:16:00+00:00

Thanks for the quick response! I tested it out and I think I see where the problem is. The content area seems to only be about as wide as the comic. I guess to have space for a sidebar. So it seems to be a theme issue. The nav buttons still don’t center, but that’s not a big deal I guess.

nikkivo 2016-10-21T14:19:00+00:00

Wow, okay… I just had the feeling to tinker with sidebar widgets… And it worked! So it’s all centered now, thank you so much!