• Resolved denadebe55

    (@denadebe55)


    Please, is a way to resize whole theme in some way, e.g. homepage/front page, slider, widgets, pages and so on? I work on 22” monitor and a theme and effects looks great on it, but when connect laptop 15” it’s very different and too big for it. Thanks in advance.

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

    We tested the whole theme in all devices, and the theme looks good in all sizes. We already make the theme compatible with all devices.

    Thanks.

    Thread Starter denadebe55

    (@denadebe55)

    First, thank for replay and sorry am late with this answer because I have problem with login. Anyway, yes the theme is compatible with all devices and it’s great ??
    but I want to resize box around archive widget, category widget, recent post and so on…
    Also, is possible to resize menu bar to add one or two more pages in same line?

    Hello dena55,

    Sorry for delay
    What do you mean by resize ? Are you want to resize the width of box or something else let us know clearly.
    When you make a page it automatically added in the menu bar.

    Please send your site URL.

    Thanks

    Thread Starter denadebe55

    (@denadebe55)

    That’s right, width of box for widget sidebar, box for home team options…
    And for page: yes it added automatically, but I want e.g. eight page in one line?
    There is a link: https://www.kraljmilutin.edu.rs/
    Thanks in advance

    Hello,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste below code in Custom CSS Box and save –

    .enigma_sidebar_widget {
       padding: 0px !important;
    }
    .navbar-default .navbar-nav li {
       margin-right: 0px !important;
    }

    Thanks.

    Thread Starter denadebe55

    (@denadebe55)

    Well, maybe I am boring, sorry if that. For first code, now doesn’t have padding and the white space between text and border of box is gone, yes, but the width of box is the same.
    Second code is decreased width of navbar, it was two page on second row of menu, now is one in second row. Maybe to change font size of navbar?
    Anyway, thanks for both.

    Hello,

    Replace the above code with the given code and save –

    .enigma_sidebar_widget {
       padding: 0px !important;
    }
    .enigma-sidebar {
       width: 28%;
    }
    .navbar-nav li a {
       font-size: 13px !important;
    }

    Thanks.

    Thread Starter denadebe55

    (@denadebe55)

    That’s it! Perfect! Thanks a lot.
    Actually, I have more questions but now will be set status of this topic as resolved and maybe start another.
    One more time, thank you for support.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Resize theme?’ is closed to new replies.