• Resolved Davide_sd

    (@davide_sd)


    Hi,
    the default implementation place the widget area (where Recent articles, categories,… are shown) to the left, even in the mobile browser.
    Is it possible to move this area to the bottom in mobile browsing? How can i achive this?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter Davide_sd

    (@davide_sd)

    Solved. You need to put this code in a new css file:

    @media screen and (max-width: 1190px) {
    	.widget-area{
    		float:none !important;
    		width:auto !important;
    	}
    
    	.site-content{
    		width:100% !important;
    	}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘widget area in mobile browser’ is closed to new replies.