- This topic has 18 replies, 3 voices, and was last updated 7 years ago by Tom.
-
AuthorPosts
-
September 24, 2017 at 2:07 pm #391174Sebastián
Is there a way to customize this area and make it more attractive? https://i.imgur.com/iWC08Zg.png
Maybe some blocks with a little bit of separation between numbers or something like that.
Thanks!
September 24, 2017 at 11:28 pm #391316LeoStaffCustomer SupportHi there,
Maybe something like this?
.page-numbers { border: 1px solid #000000; padding: 4px; border-radius: 4px; }
Let me know.
September 25, 2017 at 4:38 pm #391889SebastiánYes great but is it possible to change the form to something less squared?
Maybe following this type of design? https://i.imgur.com/laLLr7o.png
September 25, 2017 at 9:54 pm #391978LeoStaffCustomer SupportEdited the code above: https://generatepress.com/forums/topic/customize-page-viewer/#post-391316
September 26, 2017 at 10:09 am #392350SebastiánGreat! but i want to edit the hover too!
Thanks
September 26, 2017 at 10:11 am #392352SebastiánAnd of course a different text color just for this buttons
September 26, 2017 at 11:47 am #392409LeoStaffCustomer SupportWhat do you want for hover?
September 26, 2017 at 3:26 pm #392518SebastiánExactly the same colours and style of this https://i.imgur.com/laLLr7o.png
And another question: why the margins are different? https://i.imgur.com/6O0lZK9.png i want them to be equal from both sides.
Site: https://www.mmarketingonline.com/blog/
Sorry for all the questions in the last couple of days, i’ve been trying hard to change the little things that annoy me.
Great support as always and I keep talking good things about this theme and service.
Thanks Leo!
September 27, 2017 at 8:29 am #392895LeoStaffCustomer SupportThe overall CSS should be something like this:
.page-numbers, a.page-numbers { color: #ffffff; background-color: #000000; border: 1px solid #000000; padding: 4px; border-radius: 4px; } a:hover.page-numbers { color: #000000; background-color: #ffffff; } .paging-navigation { text-align: center; }
You would have to change the color of course.
September 27, 2017 at 10:26 am #393006SebastiánAMAZING!
Altough i missed the response of this
“And another question: why the margins are different? https://i.imgur.com/6O0lZK9.png i want them to be equal from both sides.
Site: https://www.mmarketingonline.com/blog/ ”
Thanks!
September 27, 2017 at 11:55 am #393076LeoStaffCustomer SupportCheck your content padding: https://docs.generatepress.com/article/content-padding/
September 27, 2017 at 4:45 pm #393208SebastiánYes but i have this code in my css:
.grid-container { max-width: 1400px !important; }
So the padding looks awful when changing it on the customizer. Because blog page and single post pages have different layouts.
Is it possible to configure a different padding for the single post pages? That would be great.
September 28, 2017 at 12:00 am #393317TomLead DeveloperLead DeveloperYou could do something like this:
.single.separate-containers .inside-article { padding: 40px; }
September 28, 2017 at 4:53 am #393440SebastiánHi Tom
That code didn’t made any change on my single post pages. Don’t know why.
I want to change right and left padding because of this: https://i.imgur.com/kDXoId1.png
The lines are not “centered” with the image
And also the featured image is not center like the title https://i.imgur.com/PkpCxiG.png
I don’t know if i made myself clear
I want it like this: https://i.imgur.com/3TpXIv0.png https://i.imgur.com/WlrHFKv.png
Thanks!
September 28, 2017 at 9:41 am #393646TomLead DeveloperLead DeveloperYour featured image isn’t wide enough to fill that space.
You can force it to be that wide, but you might lose some quality:
.page-header-image-single img { width: 100%; }
-
AuthorPosts
- You must be logged in to reply to this topic.