Forum Replies Created

Viewing 20 posts - 1,861 through 1,880 (of 4,908 total)
  • Author
    Posts
  • in reply to: Menu size reverts back even with the custom CSS code #106340
    Mahesh
    Participant

    @srscott44: Why are you using @media? This will make the font-size bigger only with the screen size of width 1200px and below that.
    Please use the following CSS instead.

    .menu.catchresponsive-nav-menu li a {
        font-size: 22px;
    }

    Regards,
    Mahesh

    in reply to: Search width in widget #106339
    Mahesh
    Participant

    @rimfrost: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Change number of post on mainsite and spacing of logo #106305
    Mahesh
    Participant

    @Rrimfrost: Go to Dashboard=> Settings=> Reading and change Blog pages show at most to 10. Do you want to increase or decrease the spacing? Let me know further.

    Regards,
    Mahesh

    in reply to: Widget area to the right of featured content? #106292
    Mahesh
    Participant

    @kejpa: No, I haven’t go the activation link. And by page content, do you mean to hide content in the front page. This would be easy if I could check the site. Hope you understand.

    Regards,
    Mahesh

    in reply to: Sticky Header #106290
    Mahesh
    Participant

    @theodisbutler: Yes, it is custom javascript. But if you don’t want the transition, you’ve can simply do it with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .is-sticky .site-logo img {
    	max-height: 63px;
    }
    
    .is-sticky .main-navigation a {
        padding: 7px 9px;
    }
    
    .is-sticky .site-header-menu {
    	padding-top: 10px;
    }

    Regards,
    Mahesh

    in reply to: Website field and email field in comments #106288
    Mahesh
    Participant

    @misstraveling: Thanks @ugpost(Norsam). You can find more details on creating child theme HERE.

    Regards,
    Mahesh

    in reply to: Modification in the menu #106287
    Mahesh
    Participant

    jorgecsanz: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #access .menu .menu-item {
        font-size: 20px;
    }
    
    #access ul.menu li {
        float: none;
        display: inline-block;
    }
    
    .menu-header-container {
        text-align: center;
    }

    Note: Please adjust the font-size as desired.

    Regards,
    Mahesh

    Mahesh
    Participant

    @yourexpertself: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #masthead .wrapper {
        height: 488px;
    }
      
    @media screen and (max-width:1280px){
        #masthead .wrapper {
            height: 300px;
        }
    }
      
    @media screen and (max-width:980px){
        #masthead .wrapper {
            height: 250px;
        }
    }
      
    @media screen and (max-width:768px){
        #masthead .wrapper {
            height: 200px;
        }
    }
      
    @media screen and (max-width:420px){
        #masthead .wrapper {
            height: 100px;
        }
    }
      
    @media screen and (max-width:320px){
        #masthead .wrapper {
            height: 75px;
        }
    }

    Regards,
    Mahesh

    in reply to: Featured Content Section #106285
    Mahesh
    Participant

    @kriskyria: Go to Dashboard=> Appearance=> Customize=> Featured Content and select Homepage/Frontpage or Entire Site in Enable Featured Content on option as per you desire. Then select Featured Page Content in Select Content Type option. Some options will slide down, then select desired pages in Featured Page # dropdown and click Save & Publish. Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Navigation Bar Moving When Scrolling #106282
    Mahesh
    Participant

    @boysnbarry: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #masthead {
        position: unset;
        background-color: #bbb;
    }

    Note: Please use the color as desired.

    Regards,
    Mahesh

    in reply to: Disable links on Featured slider!? #106281
    Mahesh
    Participant

    @komplusjonas: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .slides a {
       pointer-events: none;
    }

    Regards,
    Mahesh

    in reply to: Logo above Featured slider on mobile #106280
    Mahesh
    Participant

    @komplusjonas: Can you please clarify more. And please post in your site url.

    Regards,
    Mahesh

    in reply to: Comment! #106140
    Mahesh
    Participant

    @barbato1978: If the issue is persisting in other themes too then its not a theme issue. Something must be with the WordPress installation or so. Please try with a fresh install of WordPress and the theme as well.

    Regards,
    Mahesh

    in reply to: Page Attributes – Order #106138
    Mahesh
    Participant

    @mags: Are you using a custom Menu? Go to Dashboard=> Appearance=> Menus and create a Custom Page Menu. Drag the necessary Pages to the menu and order theme as desired. Make sure you check on Primary Menu option below in Display option. And click Save Menu. Hope this helps.

    Regards,
    Mahesh

    in reply to: Comment! #106134
    Mahesh
    Participant

    @batbato1978: Have you made any changes or done any customization on the theme? Have you tried the same with the other themes? Please try using the core WordPress themes (twentysixteen) and check if the problem persists on not. If the problem persists, this is not a theme issue.
    Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @yourexpertself: Well, I’ll answer the later one first. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Header Options and make sure Check to disable Header Sidebar option is checked. I’ll help you with the header image as soon as you have managed this one. Let me know when you are done.

    Regards,
    Mahesh

    in reply to: Mobile menu is not working #106131
    Mahesh
    Participant

    @msoft: 🙂

    Regards,
    Mahesh

    in reply to: Comment! #106130
    Mahesh
    Participant

    @barbato1978: It says you must me logged in to comment.

    Regards,
    Mahesh

    in reply to: Page Attributes – Order #106129
    Mahesh
    Participant

    @mags: Where do you actually mean it? Let me know further.

    Regards,
    Mahesh

    in reply to: After update line, arrow, space #106126
    Mahesh
    Participant

    @baneff: Thank you for the answer.

    @emree025
    : Glad to know your problem is solved.
    Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 1,861 through 1,880 (of 4,908 total)