Forum

Guest  

Welcome Guest, posting in this forum requires registration.

Pages: [1]
Topic: Price not aligned
kristofluyten
Member
Posts: 2
Price not aligned
on: December 24, 2014, 07:59

Good morning,


I'm a new user and I have a question about the price alignment.


Installing and importing went very smooth but the price is not displayed in the block that is foreseen for it.


http://www.koken-met-kids.be/blog/winkel/


How can I resolve this?


Best regards


RPG
Administrator
Posts: 326
Re: Price not aligned
on: December 24, 2014, 14:08

Hi,


In the style.css (http://www.koken-met-kids.be/blog/wp-content/themes/magazinestyle/style.css?ver=4.1) of your own template you have the following:


#pagecont table, #content table {

border: 1px solid #ccc;
border-collapse: collapse;
color: #666;
font-size: 12px;
margin: 20px;
text-shadow: 1px 1px 0 #fff;
width: 95%;
}

The margin:20px is what is causing the issue.


You can solve it in 2 ways:

1) remove the margin there.

or

2) Add the following to the bottom of that style.css


.store-price table {

margin: 0 !important;
}

Robert


Pages: [1]
WP Forum Server by ForumPress | LucidCrew
Version: 4 ; Page loaded in: 0.014 seconds.