Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #896075

    Greetings from Vienna!
    I do have a problem with the FAQs widget. The title shows properly in the sidebar of the page:

    But when you click on it to see the full version, the title is moved to the right side by a container that takes its place.
    Please see:

    I cannot identify this container to add css?!
    Can you please help me with this problem?

    Thank you in advance for your support
    best regards
    Gerhard

    #897315

    Hey Gerhard,

    Thank you for using Enfold.

    The single post template has been modified quite a bit. Please remove those modifications then use the following code instead.

    #top .fullsize .template-blog .post-title, #top .fullsize .template-blog .post-meta-infos, #top .fullsize .template-blog .entry-content {
        text-align: left;
    }
    
    #top .fullsize .template-blog .entry-content-wrapper {
        margin: 0px !important;
    }

    Best regards,
    Ismael

    #898051

    Hi Ismael!
    Thank you for the information!

    You wrote about the modifications in the “single post template”. I have only identified CSS modifications of the “blog-meta”?! Can you help me where these old modifications are to be find? In the Enfold additional CSS?

    best regards

    Gerhard

    #898318

    Hi,

    The css modificatons are located in the Quick CSS field.

    header.entry-content-header {
        width: 1200px !important;
    }
    
    .single .entry-content, .single .blog-meta {
        width: 600px !important;
    }
    
    div.entry-content {
        text-align: left !important;
    }
    
    div.entry-content {
        width: 1400px !important;
    }

    Remove those codes.

    Best regards,
    Ismael

    #898950

    Thank you Ismael!

    Worked perfectly! X-File can be closed

    Best regards from Vienna

    #899098

    Hi Gerhard,

    Glad Ismael could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.