Forum Replies Created

Viewing 20 posts - 2,481 through 2,500 (of 4,888 total)
  • Author
    Posts
  • in reply to: Resize Sidebar e-commerce #101164
    Mahesh
    Member

    @anamaggarwal1991gmail-com: Sorry for the late reply.
    Why are you using both px and rem? Use px only and try again. Please use the following CSS:

    @media screen and (min-width: 961px) {	
    	#primary {
    		width: 530px;		
    	}		
    	#secondary {
    		width: 300px;
    	}		
    }
    @media screen and (min-width: 1025px) {
    	#primary {
    		width: 590px;		
    	}		
    	#secondary {
    		width: 300px;
    	}		
    }
    @media screen and (min-width: 1153px) {
    	#primary {
    		width: 670px;		
    	}		
    	#secondary {
    		width: 310px;
    	}	
    }
    @media screen and (min-width: 1281px) {
    	#primary {
    		width: 750px;
    	}
    	#secondary {
    		width: 320px;
    	}	
    }
    @media screen and (min-width: 1345px) {
    	#primary {
    		width: 770px;
    	}
    	#secondary {
    		width: 360px;	
    	}
    }

    Regards,
    Mahesh

    in reply to: Remove space between menu and content #101163
    Mahesh
    Member

    @mistye: Add the following CSS:

    #secondary {
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: how to add text to the site branding area. #101162
    Mahesh
    Member

    @strat76: Color can be modified with custom CSS. But for adding custom div, text, you’ll need to create a child theme and customize further. You can find more details on creating child theme HERE. If you are not much familiar with coding, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Change color content background only on my first page #101092
    Mahesh
    Member

    @micwilly: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home .hentry {
        background-color: #ff00ff;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    in reply to: Same display on IE 11 and Firefox #101088
    Mahesh
    Member

    @micwilly: Please add the following CSS:

    @media screen and (min-width: 1281px ) and (max-width: 1684px) {
        .two-columns #secondary{
            width: 24%;
        }
    }

    Regards,
    Mahesh

    in reply to: Same display on IE 11 and Firefox #101083
    Mahesh
    Member

    @micwilly: I checked your site and it seems to be working fine. Displaying fine on my mozilla browser in 100% view.

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #101079
    Mahesh
    Member

    @debswebs: I have installed the latest version of the theme and now the lightbox is working fine. I also have created a Gallery Test Post to check if the sidebar is working or not and its working fine.
    Hope this solves the issue.

    Regards,
    Mahesh

    in reply to: Slider causing problems with submenu #101078
    Mahesh
    Member

    @slepoide: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Remove space between menu and content #101077
    Mahesh
    Member

    @mistye: You have an error in your Custom CSS. There is a missing } after following code:

    #content .entry-summary img.wp-post-image,
    #content .entry-content img {
        border: none;
        max-width: 100%;
        padding: 0;

    Please correct it first.

    And concerning the space between menu and content, add the following CSS:

    #main {
        padding-top: 0;
    }
    
    #content .entry-header {
        display: none;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Responsive Gallery #101076
    Mahesh
    Member

    @eckh20: I check by adding a gallery with the theme, and its working all fine. Go to Dashboard=> Appearance=> Theme Options and make sure Disable Responsive Design? is unchecked in Responsive Design.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Different Header Image based on screen size? #101075
    Mahesh
    Member

    @nschoeggl: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 960px ) {
        #sidebar-header-right {
            display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: Option Sidebar Position #101074
    Mahesh
    Member

    @nikibranting: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and make sure, you have selected Right Sidebar in Sidebar Layout Options
    Let me know further.

    Regards,
    Mahesh

    in reply to: How do I change default font all over the theme? #101073
    Mahesh
    Member

    @emielstubbe: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Same display on IE 11 and Firefox #101072
    Mahesh
    Member

    @micwilly: Please post in your site url. So I can check the issue.

    Regards,
    Mahesh

    in reply to: Primary Menu always show as mobile menu #101071
    Mahesh
    Member

    @paud: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: how to add text to the site branding area. #101070
    Mahesh
    Member

    @strat76: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 661px ) {
        .site-branding .site-logo {
            float: none;
        }
        #site-navigation {
            float: none;
        }
        .site-branding {
            float: none;
        }
    }
    
    @media screen and (max-width: 660px ) {
        #site-navigation {
            display: none;
        }
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Sub-menu in navigation #101069
    Mahesh
    Member

    @brandonsm: You have following CSS in your gaispc/style.css.

    .catchbase-nav-menu .children {
        left: 0 !important;
    }

    This is causing the issue. Please remove it. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Same display on IE 11 and Firefox #101020
    Mahesh
    Member

    @micwilly: Is the issue occurring after adding Custom CSS?

    Regards,
    Mahesh

    in reply to: Different Header Image based on screen size? #101015
    Mahesh
    Member

    @nschoeggl: I’m afraid this is not possible.
    how can I turn off social media icons/search box mobile devices
    Please post in your site url so I can help you further.

    Regards,
    Mahesh

    in reply to: Multiple buttons on first page #101014
    Mahesh
    Member

    @fredericf: Yes, this is possible. You’ll need to create a child theme for this. You can find more details on creating child theme HERE. Then in your child theme override the following function:

    function studio_site_title_description() {
    	?>
    	<div id="site-header">
    		<h1 class="site-title">
    			<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
    				<?php bloginfo( 'name' ); ?>
    			</a>
    		</h1>
    		<?php 
    		//Display blog description / site tagline
    		$blogdescription = get_bloginfo( 'description' );
    
    		if ( '' != $blogdescription ) { ?>
    			<h2 class="site-description">
    				<?php echo $blogdescription; ?>
    			</h2>
    		<?php 	} ?>
    	</div><!-- #site-header -->	
    	<?php
    }

    Hope you understand.

    Regards,
    Mahesh

Viewing 20 posts - 2,481 through 2,500 (of 4,888 total)