Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Joyn › Page title moved vertically in product category pages
New Landing › How can we help? › Themeforest Theme Support › Joyn › Page title moved vertically in product category pages
- This topic has 9 replies, 2 voices, and was last updated 9 years by Mohammad – SUPPORT.
-
Posted in: Joyn
-
December 24, 2014 at 4:21 am #137648
I noticed that the page title has moved vertically in product category pages unlike in other pages. Even in your demo. Take a look at http://joyn.swiftideas.com/product-category/slip-ons/. You can see that the page title isn’t centered vertically. Same goes for the WooCommerce sorting dropdown.
This isn’t the case in other pages where the page title is centered vertically as it should.
December 24, 2014 at 5:40 am #137662Hi,
Please use this custom css code:-.page-heading .heading-text, .fancy-heading .heading-text { float: left; margin-top: -4px; }
Thanks
MohammadJanuary 19, 2015 at 9:45 pm #142531Just noticed that it still doesnt look good on an ipad. Goes for any of the product category pages like http://dev.designlina.se/produkter/armband/. I am not sure if the issue with displaying the category title has to do with it but my product images looks smaller than the ones in your demo at http://joyn.swiftideas.com/shop/?sidebar=left-sidebar. Note that its the same images from the demo content. Both pages use a left sidebar so the images should be the equal in size but my images looks smaller. Why?
Please note that any suggestions to custom css must work with another issue. Refer to the link below.
January 20, 2015 at 10:02 am #142623Hi,
I see that Mr. Laranz provide you the solution of this issue. Please follow your another topic.
Thanks
MohammadJanuary 20, 2015 at 10:10 am #142626The code for the category issue that you gave me works fine for laptop display but look at the page http://dev.designlina.se/produkter/armband/ on an ipad or equal and you will see that your code didnt fixed the issue for mobile device display. It does not look good at all on an ipad. Maybe Ed could help us out?
January 20, 2015 at 10:28 am #142637Hi,
Please attach me marked screenshot with ipad display.
Thanks
MohammadJanuary 20, 2015 at 11:14 am #142658January 22, 2015 at 12:54 pm #143431Hi,
Please use this custom css code:-.page-heading .heading-text, .fancy-heading .heading-text { float: left !important; text-align: left !important; }
Thanks
MohammadJanuary 23, 2015 at 3:04 pm #143896This is what I have now:
.page-heading h1, .page-heading h3 { text-align: center; } .page-heading .heading-text, .fancy-heading .heading-text { float: left !important; text-align: center !important; }
The problem is the class “heading-text” which is supposed to be centered at the blog page and to the left at the product category page.
With the above code it looks good at http://dev.designlina.se/produkter/armband/ but not at http://dev.designlina.se/blogg/ since it’s not centered. Also, does the theme use different class id’s for the header when displayed on a mobile device?
The two heading-text should have different id’s so that they dont mess with each other.
I really feel we should ask Ed to take a look at this because it feels like we are all guessing and coming to no solution. This is really a css bug since it can clearly be seen at your demo http://joyn.swiftideas.com/product-category/creepers/. The headline isn’t centered vertically. And your custom css solutions is making other css classes behave weird. Like Hero headings for example.
January 23, 2015 at 5:16 pm #143953Hi,
Please remove this one custom css code:-.page-heading .heading-text, .fancy-heading .heading-text { float: left !important; text-align: center !important; }
And use this one new custom css code:-
.tax-product_cat .page-heading .heading-text, .tax-product_cat .fancy-heading .heading-text { float: left !important; text-align: center !important; } .page .page-heading .heading-text{width:100%}
-
Posted in: Joyn
You must be logged in and have valid license to reply to this topic.