• Resolved ivekk

    (@ivekk)


    Hey, love the theme but I have a bit of a problem.. since the new update, my last part of the primary navigation is sticking out of my boxed in layout. So basically 1 letter is sticking out from the website.

    Is there any code to move the primary navigation a bit to the left? Or to widen the boxed in layout?

    Thanks for the help guys, truly terrific theme!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author themevision

    (@themevision)

    Hello @ivekk!

    Thanks.

    Add the CSS code below into Customizing ? General ? Additional CSS

    .sticky-header nav {
        padding-right: 50px!important;
    }

    https://prnt.sc/hkaabe

    Change the padding-right value per your needs.

    Regards

    Thread Starter ivekk

    (@ivekk)

    Thank you a lot it worked!

    I just have some more issues with the mobile version, if you could be of any help I would be extremely gratefull, if not it’s all good, still helped me a lot and thanks for that!
    1) is it possible to make the title of the 2. slider fit on the mobile version of the site? I already tried the code
    @media screen and (max-width: 480px) {

    #agama_slider .slide-title{
    font-size: 22px!important;}

    }

    It worked for the first slider but the secnd one still comes out of the screen and it doesn’t help if I make the font smaller

    2) The button on both of the sliders on the mobile version are outside of the screen and are too big, is there a way to make them smaller

    Thanks and all the best to you!

    Theme Author themevision

    (@themevision)

    Hi,

    I need the address of your website to help you with that.

    Regards

    Thread Starter ivekk

    (@ivekk)

    Sure,https://plabor-media.com
    Best regards

    Theme Author themevision

    (@themevision)

    Hello @ivekk!

    Your code is almost good…
    just need to change your font-size value to “%” instead of “px”.

    So your code should be something like this:

    @media screen and (max-width: 480px) {
    #agama_slider .slide-title{
    font-size: 150%!important;}
    	
    #agama_slider .button {
    font-size: 80%!important;}
    }

    Check the screenshot

    Regards

    Thread Starter ivekk

    (@ivekk)

    It worked! Thank you for your fast response and all the help!

    danrknudsen

    (@maildanrknudsendk)

    I had the same problem with the menu – and your solution worked like a charm. But – just out of curiosity – how come ivekk and I have the problem – and most others don’t?

    Theme Author themevision

    (@themevision)

    Hi, @maildanrknudsendk!

    The problem is not only with the two of you.
    This happens when you have a boxed layout and a long title of the menu items. This is a minor bug in the theme and will be resolved in the following update.

    Best Regards

    danrknudsen

    (@maildanrknudsendk)

    Ah. Thanks. Nice to know it isn’t a plugin or something I have done ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Menu cut out on “boxed in” layout’ is closed to new replies.