Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - PureMart (SKU# FLEX-00010)

TOPIC: Right margin missing in Grid and Multiview

Right margin missing in Grid and Multiview 10 years 5 months ago #6823

Hi!

I have two problems I would appreciate your help with.
www.pse.si/sl/trgovina/gigaset

In case you switch to Grid or to Multiview there is no margin on the right edge. I would like to have same margin on the left and right side.

When you move mouse over picture thumb I get frame (under the picture) across the full width. I would like to get rid of this frame.

Thanks,
Zeljko
The administrator has disabled public write access.

Right margin missing in Grid and Multiview 10 years 5 months ago #6836

Hi,

1- There is a CSS conflict on your website, because of the "row" class name. Your joomla template is also using that class name and defining fixed width size for that class name.

It is the reason of the missing margin on the right hand-side. To fix this conflict, open this CSS file:

/templates/YOUR_TEMPLATE/html/com_virtuemart/assets/css/flexibleVM2Global.css

and add this CSS rule:
#FlexibleBrowseViews .row {
    width: inherit !important;
}

The margin issue will be gone.

2- To remove the shadow frame (on mousehover),

within this CSS file:
/templates/YOUR_TEMPLATE/html/com_virtuemart/assets/css/flexibleVM2Global.css

Find this CSS rule:
.FlexibleThumbBrowseV2Pic:hover {
  border-color: #777777;
    box-shadow: 0 0 4px #777777;
 }

and replace it with this:
.FlexibleThumbBrowseV2Pic:hover img {
  border-color: #777777;
    box-shadow: 0 0 4px #777777;
 }

It will look much better (or completely remove that :hover rule)

Regards.
Last Edit: 10 years 5 months ago by Support.
The administrator has disabled public write access.

Right margin missing in Grid and Multiview 10 years 5 months ago #6839

Both issues solved.

Thanks,
Zeljko
The administrator has disabled public write access.

Right margin missing in Grid and Multiview 10 years 5 months ago #6846

Sure, your welcome.

Case solved. Topic closed.

Regards,
Support & Development
The administrator has disabled public write access.
Time to create page: 0.073 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo