badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

The left and right margins are not the same

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52210
    Tamara
    Participant

    Hello,

    I have a question about the right margin on one of my pages.
    The URL is: http://tamarawitjes.com/portfolio/fotografie

    The left and right margins are not the same. There’s too many white space on the right side. How can I reduce this? (on other pages this looks fine). I enlarged my photos, but there’s still too many white space.

    Your help would be greatly appreciated.

    Thanks and regards,

    Tamara

    #52245

    HI Tamara,

    Please use the column format as below which is the build in column format of this theme. This column will work perfectly.

    <div class="column clearfix">	
    	<div class="one-fourth">
    		Column 1 content goes here.
    	</div>
    	<div class="one-fourth">
    		Column 2 content goes here.
    	</div>
    	<div class="one-fourth">
    		Column 3 content goes here.
    	</div>
    	<div class="one-fourth">
    		Column 4 content goes here.
    	</div>
    </div>

    Thank you!

    #52298
    Tamara
    Participant

    Thank you very much, this works great. But on a mobile there’s still too many white space on the right side.
    Is there any way to solve this?

    Kind regards,

    Tamara Witjes

    #52326

    Hi Tamara,

    Please remove the attachment div container <div id="attachment_1218" style="width: 232px" class="wp-caption alignleft"> you need not have to add it via attachment above column works perfect in all of your devices.

    Also please add below custom css code:

    .entry-content img {
        width: 100%;
    }

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.