Screen Width Problem

I took and installed all the modules that  came with dolphin except for the profiler one, When I went to go see the home page everything looked fine until I clicked on the more link that is when I notice the full page was not showing correctly, How would I fix this ?

please see attachment...

Grab11.jpg · 47.5K · 186 views
Quote · 27 Sep 2015

You can have it show on the left of the submenu. Edit /templates/base/css/top_menu.css and look for:

 

table.topMenu ul.more_sub { 
	position:absolute;
	display: none;
    z-index:25;

	width: 190px; 
    height: auto;
	top: 0px;
    left: 100%;
    margin: 0px;
    padding: 10px;

	background-color: #ffffff;  
    -webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.3);
    box-shadow: 0 1px 3px rgba(51, 51, 51, 0.3);

    list-style: none;
}

 

And change:

 

    left: 100%;

 

To:

 

    right: 100%;

 

Then save and clear cache for both Dolphin and your browser. As always, these edits should be made in a custom template.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 27 Sep 2015

I much rather have it work the way it is suppose to work...

Quote · 27 Sep 2015

 

I much rather have it work the way it is suppose to work...

Well, the way it's supposed to work means it will always cut-off and need to be scrolled over to...

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 27 Sep 2015

Yea But I do not think it is suppose to cut off like that, I know what the problem is, People assume everyone is running a wide screen monition and they do not, in short they to need to  start offering a little support for those of us who do not, if I remember correctly I had this same issue with 7.16  you would think they would have fixed this issue by now, I also notice another problem I adjusted my screen resolution temporary so I could see the whole thing and when you try to move the mouse over to the panel  to the right. it keeps closing on  you it took me a minute But I figure out the trick you have to hold in on your mouse button to slide over and click, Thanks any way...

Quote · 27 Sep 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.