Button created in VC Backend Editor

Posted in: Newsmag
Post count: 20

The button created in VC Backedend Editor is on the edge of the page. I want to have it in line with text paragraphs and Booking.com logo.
Check current position of green button at the bottom of post http://www.travelsito.com/das-stue-berlin-germany/

  • This topic was modified 9 years by Zoran.
Post count: 23312

Hello Zoran,

You should use a bit of CSS code in order to have this alignment. Try to place the following code in your Custom CSS box and check the results.

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern{
display:inline!important;
}
.wp-image-713{
float:left!important;
}

The result is here -> https://www.screencast.com/t/GdLNbrgLns

Thanks for the message!

Post count: 20

Thanks for your reply.
I actually wanted to have button below Booking.com image, but alligned on the left side. Now it is on the very edge.

Button on the left edge

  • This reply was modified 9 years by Zoran.
Post count: 20
Post count: 23312

Hello Zoran,

I have inspected your button and now it seems to be placed align to your Booking logo. Please consult the following guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and try to create your own custom CSS code. This type of request involve some custom work and we cannot afford to provide something like that, at the moment, sorry!

Thanks for your understanding!

Post count: 20

OK, thanks. It is unusual though that some elements are shown on the very edge of the page (i.e. buttons), and some are shown ok (i.e. images are fine). it might be a VC issue as well.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.