Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #888967

    hi there,

    I have been working on putting an ‘old’ site in a new enfold-jacket.

    It is looking pretty good, if I may be so polite ;-)

    I have a few questions left. Will you be so kind to help me with them?

    1. On the homepage, we have used a slider with some text. We would like the text block to be wider (see screenshot below).
    2. I would like the letter spacing in the menu a bit bigger. I have added this code but I don’t see any change.
    ‘.main_menu ul:first-child > li > a { letter-spacing: 0.01em !important; }’
    3. I would like the main entry title to be in the center of each page, except on the homepage. I don’t succeed…

    I have been trying to solve these things by adding some css, but no luck yet :-(

    Hope you can help mee :-)

    Maaike

    #889207

    Hey lindemarie,

    1. Try this in Quick CSS

    .slideshow_caption {
        width: 50% !important;
    }

    2.

    .main_menu .avia-menu-text {
        letter-spacing: 2px !important;
    }

    3. I’m not sure which element you want to apply this to, could you try to explain a bit further and link directly to an example page please?

    Best regards,
    Rikard

    #889262

    Thanks Rikard,

    Works flawless :-))

    I added a screenshot below to show you what I mean :-)

    Maaike

    #889497

    Hi,

    Thanks for that. Please try this CSS as well:

    .entry-title {
      text-align:center;
    }
    
    .home .entry-title {
      text-align:left;
    }

    Best regards,
    Rikard

    • This reply was modified 6 years, 11 months ago by Rikard.
    #890006

    Thanks rikard :-)

    Works great :-) 👍

    I have a few extra questions to ask. I have numbered them, so we don’t get lost ;-)

    Question 4: How do I remove the sidebar in all single portfolios? I have tried it with the php code in this thread, but no luck yet…

    question 5:
    there is a strange mark in the title of one of the single portfolios. I have to say, I don’t see in in my browser (on in the backend), but this is on a windows laptop. see screenshot below.

    question 6:
    the button on the easy slider on the homepage isn’t visible on mobile… is there anything you can do to fix that?

    question 7:
    the top box on the easy slider on the homepage doesn’t have letter-spacing even though it is H2. via the editor I changed all H2-texts I thought…
    ‘h1, h2, h3, h4, h5, h6 { letter-spacing: 0.01em !important; }’

    question 8:
    also not in my browsers, but in those of my friend, something is different. The blog title isn’t displayed totally. screenshot below.
    she says it is a HP-laptop, and she sees the problem in IE and Chrome as well as on her Samsung smartphone. Can you see what is going on?

    Hope to hear from you!

    Maaike

    #891163

    Hi there,

    Can I add another question?

    9: Do you see why these blog behave different form each other ? Widget area, alignment, font-size and that kind of stuf changed. Apparently for no reason…?

    Hope to hear from you :-)

    Maaike

    #892270

    Hi,
    From what I can see they are both using the same fonts, but one has a sidebar and the other does not. The image on one is align right and the other is align center.
    If you wanted them to look the same, please check these settings in the blog post.

    Best regards,
    Mike

    #896199

    hi mike,

    thank you for your effort to reply to question 9. Unfortunately I can’t change the settings on these blogposts. They are different in the box with the widgets, header and footer settings on the right. it looks like it is treating blogs as if it were pages all of a sudden. can that be it?

    do you mind loggin into the site and see for yourself?

    and can you maybe also help me with questions 4 to 8?

    hope to hear from you!

    maaike

    #896350

    Hi,
    I took a look at both of them in the backend, one had sidebars on, so I changed it to “no sidebars” to match the other, the page width, font family & font size for paragraph text is the same, so no changes need there. The only other difference is one has the image at the top while the other is align right making the text wrap the image, but I thought you must have wanted that, did you?
    Please check, if you see any differences please post a screenshot with the difference pointed out so we can investigate further.

    Best regards,
    Mike

    #896651

    hi mike,

    thanks, well, it is not really a solution i’m afraid.

    if you make a new blogpost it appears different from the older blogpost. if you scroll through them you’ll see.

    they all have sidebars for instance… I don’t get why new posts don’t get that layout. do you?

    and can you help me fix the earlier questions? or should I post them again in a new thread?

    maaike

    #896749

    Hi,
    Thank you for the feedback, If I understand correctly then, the only difference was the sidebar. I just created a new post as you suggested and it looks exactly like yours. Please see the link in the Private Content area.
    I did a little more research and found your default setting at Enfold Theme Options > Sidebar Settings > Sidebar on Single Post Entries was a “right sidebar” since you don’t like that I changed it for you.
    Please login with the user and password you gave us and try a new post.
    I’m happy to address your other issues, but I’m hoping to get this aspect resolved as a solution.

    Best regards,
    Mike

    #905017

    Hi Mike,

    Thank you for this. I now see they are all the same :-) Happy with that!

    Can you help me with the other issues?

    Thanks very much in advance.

    Maaike

    #905030

    Oh, and we discovered one blog was translated to English :-(

    Maybe it happened automaticly while trying to solve my issue?

    We switched it back to Dutch now :-)

    Maaike

    #905080

    Hi,
    Sorry I’m not sure how your blog post got translated, but I’ll be sure to watch out for that. Thanks for fixing it. Which request numbers still need to be resolved?

    Best regards,
    Mike

    #906823

    hi Mike, Let me open an new tread for them. maybe that works better on your end :-)

    #906866

    Hi,
    That maybe a good idea, thanks.
    Glad we were able to help, we will close this one now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Few styling questions I am trying to solve’ is closed to new replies.