Home › Forums › Aside WordPress Theme › Left Align Filter + edit margins in Portfolio Page
- This topic has 7 replies, 2 voices, and was last updated 9 years ago by
SeaTheme.
-
AuthorPosts
-
May 11, 2017 at 11:48 pm #12895
Hi There,
Love the theme!
1) How can I left align the filter on the “portfolio filter page “http://www.baalamb.co.nz/bl/portfolio-filter/
2) Additionally, I may be blind but where can I find the text to edit this? Magnis. Scelerisque et pulvinar eros tempor, mattis arcu auctor, hac porttitor facilisis integer sed tristique scelerisque.
3) Also where can I adjust the padding etc for the previous two issues?Many thanks 🙂
May 12, 2017 at 2:32 am #12896Hi, thank you for purchasing our theme
1) please use the custom css(Aside / General Settings / Custom Css) to left align filter:
@media (max-width: 768px) { .filters.center-ux {left: 60px; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0); } }2) please edit the expert of the page https://seatheme.net/forums/topic/how-to-find-excerpt/
3) Did you talk the spacer?

please use the custom css#title-bar {padding-bottom: 40px; }Regards!
Bwsm – uiueux.com – Twitter – FacebookMay 12, 2017 at 3:44 am #12904Hi Thanks for you quick response!, you guys are awesome!.
Re 1) I applied the CSS though nothing has seemed to change?
Re 2) Solved, thanks 🙂
Re 3) I copied in to (Aside / General Settings / Custom Css) though nothing has happened?
4) Was wanting to minimise the padding/ margins above/ to the left and below the title “Our Work”.Here is a link to help explain what margins I need to change: https://www.dropbox.com/s/ogqk9li5btob08f/Margin-Change.png?dl=0
Thanks so much!
May 12, 2017 at 4:17 am #12905Sorry I just realised that:
1) It is left aligned, I dragged the window to a smaller size and see that it is left aligned. However is there away to have this “Fixed”? So it stays in the same place?May 13, 2017 at 12:32 pm #129151) please update css as:
@media (min-width: 768px) { .filters.center-ux {left: 60px; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0); } }3) 4) please use the custom css:
/*the spacer to page top, default is 100*/ #title-bar { padding-top: 40px; } /*line below the title, default is -20*/ h1.main-title:before { bottom: -10px; } /*the spacer to page left, default is 60*/ .container, .post-password-form { padding-left: 40px; padding-right: 40px; }May 14, 2017 at 11:22 pm #12923Thank you so much! for helping. You guys rock!
May 15, 2017 at 3:35 am #12926This reply has been marked as private.May 15, 2017 at 3:52 am #12928This reply has been marked as private. -
AuthorPosts
- You must be logged in to reply to this topic.
