Viewing 15 replies - 1 through 15 (of 15 total)
  • Hello,

    Please give a screenshot for this issue.

    Thread Starter krletka

    (@krletka)

    Ok. These are screenshots of Homepage on mobile. There are 7 images, I took them as I was scrolling down the Homepage.

    Homepage1

    Homepage2

    Homepage3

    Homepage4

    Homepage5

    Homepage6

    Homepage7

    Thread Starter krletka

    (@krletka)

    On Blogpage in section of categories (where are all the posts), posts look ok, everything is visible:

    Blogpage

    Thread Starter krletka

    (@krletka)

    When I open the post, it looks like this. I’m sending you 7 images, also with the side widget which is set at the bottom of the page on mobile.

    Post-on-blog-page1

    Post-on-blog-page2

    Post-on-blog-page3

    Post-on-blog-page4

    Side-widget-on-blog-page1

    Side-widget-on-blog-page2

    Side-widget-on-blog-page3

    Also, this is post on COMPUTER:

    Post-on-blog-page-on-computer

    Hello,

    Please go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> Custom CSS

    insert code into Custom CSS box and save –

    .col-md-3.col-sm-6.enigma_footer_widget_column {
        width: 100% !important;
    }

    the above CSS will solve footer issue and for the blog page issue see below screenshot –
    screenshot

    in the above screenshot look the line, which is highlighted –

    <div class="container" style="width:1410px;">

    replace this code with the below code

    <div class="container">

    and save the changes.

    Thread Starter krletka

    (@krletka)

    Concerning the above screenshot – where do I put this code? I can’t find it in CSS stylesheet.

    Please deactivate all your plugins.

    Thread Starter krletka

    (@krletka)

    What will happen if I deactivate them? Will all previous changes be deleted? I have never done that before, that’s why I’m asking.

    If I do that, after I activate them again, will all previous changes (before deactivating) be returned?

    Thread Starter krletka

    (@krletka)

    I’m sorry for bothering you, but I’m waiting for the answer to question above. πŸ™‚ Thanks!

    After deactivating Plugins, all changes are saved they are not deleted.

    Thread Starter krletka

    (@krletka)

    Ok, I have deactivated Plugins.
    And I forgot to tell you that I have written the CSS code you gave me for footer issue and it didn’t help, you can see it for yourself on mobile.

    Waiting for further instructions.

    Thread Starter krletka

    (@krletka)

    Waiting for your answer… Thank you.

    Please, apply the below CSS in custom CSS box and save –

    @media(max-width:480px){
    .single.single-post .container{
    width:100% !important;
    }
    .enigma_sidebar_widget {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    }
    Thread Starter krletka

    (@krletka)

    I’m very thankful because now my page is complete thanks to you!! You’re the best.

    Your most welcome krletka. Thanks for using weblizar’s theme.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Enigma on mobile?’ is closed to new replies.