-
AuthorPosts
-
February 27, 2015 at 3:41 pm #403455
Hi,
I would like the title of the page on top of the content and not in the header with the breadcrumbs. On this forum I found a topic where they want the same thing. But when I add the code to functions.php it doesn’t change a thing. As mentioned in the topic I have enabled in the header section to show title and breadcrumbs.
Another questions is about the layout of the title. On my site (for what it is at the moment, just started) you can see what I try to do. I want the title to have a grey background, but I want the grey background only on the title and not on the whole with of the entry-content-wrapper. Also do I want the title centered in the grey background, tried to do that with a 10px padding, but it cuts of something at the top. You can see it at the blog (home), on pages it should look the same as mentioned in the first part of this topic.
Hope that you guys can help me with those adjustments.
Regards,
Erwin
March 1, 2015 at 8:24 am #404035Hey erwin_m!
Thank you for using Enfold.
If you don’t mind, we would like to see a screenshot of the title design that you want. You can disable the title and breadcrumbs container by default then use a special heading element instead.
Cheers!
IsmaelMarch 1, 2015 at 3:34 pm #404068Hi Ismael,
Thanks for your reply.
In te mean while I had already disabled the title and breadcrumbs, just as you suggested. Now I can style the “tabs” as I like them. You can see that on http://bit.ly/1Bt32Rd That’s the way it should be. I’ve hardcoded them into a text-block together with the content of block, perhaps you have better suggestions?
As I look at ‘Uncategorized’ the tap is slightly different. There has been a piece cut of on the top of it. I have tried to fiddle around with margins and paddings, but it doesn’t change a thing of the cut of piece.
Another thing is, my website looks good on my mac on chrome and safari, but it doesn’t look good on firefox, the content is much smaller, with is about 910px vs 1210px, any ideas about that? Also on a pc it’s no good, not in ie, ff or opera.
Reagrds,
Erwin
- This reply was modified 9 years, 8 months ago by Erwin.
March 3, 2015 at 8:44 am #404991Hi!
What do you mean by “tap is slightly different”? If you’re referring to the capitalization of the “Uncategorized” text, add this to the Quick CSS field:
span.avia-menu-text { text-transform: lowercase; }
Looks like the enfold_child.css is not loaded on firefox. I’m not sure why. Please try to add this to the Quick CSS field:
.responsive .container { max-width: 1310px; }
Best regards,
IsmaelMarch 3, 2015 at 10:09 am #405031Hi Ismael,
The second topic about firefox did work indeed. Thank you!
The first one, when I wrote the topic the layout was a bit different as when you looked at it. In the mean while, I was testing a top menu slider, for that I adjusted the height and colour of .entry-content-header. Changing this also changed the layout of the tab in uncategorized, not as I wanted, but different. At this moment I’ve changed it back to origin and back. Now you can see what I mean, it’s about the top-paading above the title of the post. See also this image . The right one is how I ould like it. The left one how it is displayed right now as post title.
Regards,
Erwin
- This reply was modified 9 years, 8 months ago by Erwin.
March 4, 2015 at 6:30 am #405564Hey!
Please try the following in your Quick CSS:
.entry-content p{ font-size:120% !important; font-weight:bold !important; color:#840072 !important; }
Best regards,
RikardMarch 4, 2015 at 8:32 am #405614Hi Rikard,
Thank you for your reply!
But the font-color wasn’t the issue. I want the top padding of the title in the grey tab to be the same. I’m not getting it done to change the post title top padding.
Regards,
Erwin
March 5, 2015 at 3:55 am #406198Hi!
I really don’t see any difference between the two titles. They are both 44px high. Where can we find the box with the “Hello World” title?
Cheers!
IsmaelMarch 5, 2015 at 11:32 pm #406750Hi,
After I’ve changed the line-height of .entry-content-wrapper .post-title, It looks alright to me.
Thank you for thinking with me.
Regards,
Erwin
March 6, 2015 at 8:48 am #406869 -
AuthorPosts
- You must be logged in to reply to this topic.