Using CCS for reactive screens
-
Hi,
I would like to be able to change the position of the sharing tool on mobiles and desktops and maybe tablets too using CSS. This is because of my website header, it is different sizes on each device. I have had a good play with this but nothing works. Normally I would do this (it is just an example and has nothing to do with your tool):
@media only screen and (max-width: 768px) {
.gc-header {
height: 100px;
}
.gc-logo__image {
width: 190px;
height: 78px;
position: absolute;
top: 10px;
}
}Can you please tell me how I can get this to work? I would like to be able to change the vertical floating position up and down the page of the sharing widget.
Thanks,
Derek
The page I need help with: [log in to see the link]
- The topic ‘Using CCS for reactive screens’ is closed to new replies.